CopyWebpackPlugin doesn't need dot before [ext] anymore
This commit is contained in:
parent
f641b68e14
commit
6bd4aceaf7
@ -27,9 +27,9 @@ module.exports = {
|
||||
}),
|
||||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
{ from: 'css/src/*.css', to: `${cssDist}/[name].[ext]`, transform: cssTransform },
|
||||
{ from: 'node_modules/ol/ol.css', to: `${cssDist}/[name].[ext]`, transform: cssTransform },
|
||||
{ from: 'node_modules/chartist/dist/chartist.css', to: `${cssDist}/[name].[ext]`, transform: cssTransform }
|
||||
{ from: 'css/src/*.css', to: `${cssDist}/[name][ext]`, transform: cssTransform },
|
||||
{ from: 'node_modules/ol/ol.css', to: `${cssDist}/[name][ext]`, transform: cssTransform },
|
||||
{ from: 'node_modules/chartist/dist/chartist.css', to: `${cssDist}/[name][ext]`, transform: cssTransform }
|
||||
]
|
||||
})
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user