mirror of
https://github.com/strapi/strapi.git
synced 2025-09-08 16:16:21 +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 = {
|
||||
entry,
|
||||
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,
|
||||
env,
|
||||
options,
|
||||
|
Loading…
x
Reference in New Issue
Block a user