forked from cybrespace/pinafore
add lodash features we were using
This commit is contained in:
parent
507f7d7bc6
commit
18c66d5655
|
@ -60,7 +60,10 @@ module.exports = {
|
||||||
}),
|
}),
|
||||||
/* disable while https://github.com/sveltejs/sapper/issues/79 is open */
|
/* disable while https://github.com/sveltejs/sapper/issues/79 is open */
|
||||||
// new ExtractTextPlugin('main.css'),
|
// new ExtractTextPlugin('main.css'),
|
||||||
new LodashModuleReplacementPlugin(),
|
new LodashModuleReplacementPlugin({
|
||||||
|
collections: true,
|
||||||
|
caching: true
|
||||||
|
}),
|
||||||
new BundleAnalyzerPlugin({ // generates report.html and stats.json
|
new BundleAnalyzerPlugin({ // generates report.html and stats.json
|
||||||
analyzerMode: 'static',
|
analyzerMode: 'static',
|
||||||
generateStatsFile: true,
|
generateStatsFile: true,
|
||||||
|
|
Loading…
Reference in New Issue