mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Fix Webpack global function definition, including hot module replacement (#1435)
* Upgrade webpack-cli to 3.0.1 * Wrap output.globalObject in parentheses Fix global function definition, such as hot module update.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||
"webpack": "^4.9.1",
|
||||
"webpack-bundle-analyzer": "^2.13.0",
|
||||
"webpack-cli": "^3.0.0",
|
||||
"webpack-cli": "^3.0.1",
|
||||
"webpack-dev-server": "^3.1.4"
|
||||
},
|
||||
"bin": "cli.js",
|
||||
|
Reference in New Issue
Block a user