mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
webpack configuration fix
This commit is contained in:
committed by
Eugenio Romano
parent
31bd24839e
commit
fc728676c0
@@ -140,5 +140,9 @@ module.exports = {
|
|||||||
new webpack.optimize.CommonsChunkPlugin({
|
new webpack.optimize.CommonsChunkPlugin({
|
||||||
name: ['app', 'vendor', 'polyfills']
|
name: ['app', 'vendor', 'polyfills']
|
||||||
})
|
})
|
||||||
]
|
],
|
||||||
|
|
||||||
|
node: {
|
||||||
|
fs: 'empty'
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user