mirror of
https://github.com/strapi/strapi.git
synced 2025-09-09 08:39:45 +00:00
Fix webpack dev config startup
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
942cdf8fc9
commit
d48dd8575d
@ -23,7 +23,16 @@ module.exports = () => {
|
|||||||
const args = {
|
const args = {
|
||||||
entry,
|
entry,
|
||||||
cacheDir: __dirname,
|
cacheDir: __dirname,
|
||||||
pluginsPath: [path.resolve(__dirname, '../../..')],
|
pluginsPath: [
|
||||||
|
path.resolve(__dirname, '../../../packages/plugins/documentation'),
|
||||||
|
path.resolve(__dirname, '../../../packages/plugins/graphql'),
|
||||||
|
path.resolve(__dirname, '../../../packages/plugins/i18n'),
|
||||||
|
path.resolve(__dirname, '../../../packages/plugins/sentry'),
|
||||||
|
path.resolve(__dirname, '../../../packages/plugins/users-permissions'),
|
||||||
|
path.resolve(__dirname, '../content-type-builder'),
|
||||||
|
path.resolve(__dirname, '../helper-plugin'),
|
||||||
|
path.resolve(__dirname, '../upload'),
|
||||||
|
],
|
||||||
dest,
|
dest,
|
||||||
env,
|
env,
|
||||||
options,
|
options,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user