Fix typo in Webpack 4 configuration
Fixed a missing single quote at the beginning of the string in the Webpack 4 configuration example.
This commit is contained in:
parent
9f18c27f03
commit
ff17a85faa
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ module.exports = {
|
|||
},
|
||||
plugins: [
|
||||
new MiniCssExtractPlugin({
|
||||
filename: css/[name].bundle.css'
|
||||
filename: 'css/[name].bundle.css'
|
||||
}),
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue