diff --git a/webpack.config.js b/webpack.config.js index a2fe4fcbc..791c8bd83 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -73,6 +73,9 @@ module.exports = { path: path.resolve(__dirname, 'build'), filename: 'js/[name].bundle.js' }, + resolve: { + symlinks: false // Fix local development with `npm link` packages + }, module: { rules: [ {