Issues (11)

Labels
Severity
1
__webpack_public_path__ = window.resourceBaseUrl;
0 ignored issues
show
The variable __webpack_public_path__ seems to be never declared. Assigning variables without defining them first makes them global. If this was intended, consider making it explicit like using window.__webpack_public_path__.
Loading history...
2
3
require("./less/style.less");
4
require("./node_modules/highlight.js/styles/tomorrow-night-bright.css");
5
6
require("./node_modules/jquery/src/jquery");
7
require("./node_modules/bootstrap/dist/js/bootstrap");
8
require("./js/scripts");
9
require("./js/inner-plan");
10
require("./js/GlobalFunction");
11
require("./js/hljs_setup");
12