mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07: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:
committed by
Jeremy Thomas
parent
9f18c27f03
commit
ff17a85faa
@@ -116,7 +116,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: css/[name].bundle.css'
|
filename: 'css/[name].bundle.css'
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user