Add materialize in webpack provide plugin.
This commit is contained in:
parent
a283651eae
commit
a20e481f08
@ -115,6 +115,7 @@ module.exports = {
|
||||
},
|
||||
plugins: [
|
||||
new webpack.ProvidePlugin({
|
||||
Materialize: "materialize-css",
|
||||
$: "jquery",
|
||||
jQuery: "jquery",
|
||||
"window.jQuery": "jquery"
|
||||
|
Loading…
Reference in New Issue
Block a user