mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
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
@ -116,7 +116,7 @@ module.exports = {
|
||||
},
|
||||
plugins: [
|
||||
new MiniCssExtractPlugin({
|
||||
filename: css/[name].bundle.css'
|
||||
filename: 'css/[name].bundle.css'
|
||||
}),
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user