提交 d73fbc8c 编写于 作者: Q qiang

chore: lint

上级 b381a51d
......@@ -172,8 +172,8 @@ module.exports = (api, options) => {
// launch editor support.
// this works with vue-devtools & @vue/cli-overlay
devServer.app.use('/__open-in-editor', launchEditorMiddleware(() => console.log(
`To specify an editor, specify the EDITOR env variable or ` +
`add "editor" field to your Vue project config.\n`
'To specify an editor, specify the EDITOR env variable or ' +
'add "editor" field to your Vue project config.\n'
)))
// allow other plugins to register middlewares, e.g. PWA
......
......@@ -139,7 +139,7 @@ const v3 = {
filename: '[name].js',
chunkFilename: '[id].js',
// webpack5 use strict
globalObject: webpack.version[0] > 4 ? `(new Function("return this")())` : 'this'
globalObject: webpack.version[0] > 4 ? '(new Function("return this")())' : 'this'
},
performance: {
hints: false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册