mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-03-16 21:00:23 +00:00
Fix compatibility webpack-bundle-tracker>=2.0.0 js library (#4350)
required after upgrade django-webpack-loader to >=2.0.0
This commit is contained in:
parent
60a3ee78b8
commit
65abf6165a
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ module.exports = {
|
|||
},
|
||||
plugins: [
|
||||
new BundleTracker({
|
||||
filename: path.resolve(__dirname, '../webpack-stats.json'),
|
||||
path: path.resolve(path.join(__dirname, '../')),
|
||||
filename: 'webpack-stats.json',
|
||||
}),
|
||||
new MiniCssExtractPlugin({ filename: 'css/[name].[contenthash].css' }),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue