fix node_modules symlinks

pull/536/head
Vladimir Volek 5 years ago
parent 14791868de
commit b64d8fde75

@ -88,6 +88,7 @@ module.exports = {
public: PUBLIC, public: PUBLIC,
}, },
modules: [SRC, 'node_modules'], modules: [SRC, 'node_modules'],
symlinks: false,
}, },
performance: { performance: {
hints: false, hints: false,

Loading…
Cancel
Save