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