Upgrading webpack packages
This commit is contained in:
parent
50a2339cc1
commit
a3ad7d0e08
3
.gitignore
vendored
3
.gitignore
vendored
@ -24,3 +24,6 @@ script/__build__/
|
||||
|
||||
# Coverage reports
|
||||
coverage/
|
||||
|
||||
# Favicon cache
|
||||
.wwp-cache/
|
||||
|
@ -171,6 +171,6 @@
|
||||
"http-server": "^0.11.1",
|
||||
"husky": "^0.14.3",
|
||||
"js-yaml": "^3.10.0",
|
||||
"webpack-dev-server": "3.1.0"
|
||||
"webpack-dev-server": "^3.1.1"
|
||||
}
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ module.exports = {
|
||||
BUILD_ID: buildId
|
||||
}),
|
||||
new ExtractTextPlugin({
|
||||
filename: 'css/[name].[contenthash:8].css',
|
||||
filename: 'css/[name].[chunkhash:8].css',
|
||||
allChunks: true
|
||||
}),
|
||||
new CopyPlugin(['./public']),
|
||||
@ -75,7 +75,6 @@ module.exports = {
|
||||
favicons: {
|
||||
appName: 'Regexper',
|
||||
appDescription: pkg.description,
|
||||
developerName: pkg.author.name,
|
||||
developerURL: 'https://github.com/javallone/',
|
||||
background: '#6b6659',
|
||||
theme_color: '#bada55',
|
||||
|
Loading…
Reference in New Issue
Block a user