We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd103cd commit 863b4b3Copy full SHA for 863b4b3
config/webpack.config.js
@@ -235,7 +235,7 @@ if (__PROD__) {
235
minimize: true,
236
debug: false,
237
}),
238
- new BabiliPlugin(),
+ // new BabiliPlugin(),
239
new webpack.optimize.UglifyJsPlugin({
240
beautify: false,
241
compress: {
src/app/utils/codemirror/eslint-lint.js
@@ -1607,7 +1607,7 @@ export default (async function initialize() {
1607
if (!window.eslint) {
1608
// Add eslint as script
1609
const script = document.createElement('script');
1610
- script.setAttribute('src', 'static/js/eslint.3.18.0.js');
+ script.setAttribute('src', '/static/js/eslint.3.18.0.js');
1611
script.setAttribute('async', false);
1612
document.head.appendChild(script);
1613
}
0 commit comments