From 000d2a9c50b5c0555927b26049db695b1ef8ee10 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Wed, 8 Apr 2020 14:51:03 +0800 Subject: [PATCH] fix(h5): typo --- packages/vue-cli-plugin-uni/lib/h5/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue-cli-plugin-uni/lib/h5/index.js b/packages/vue-cli-plugin-uni/lib/h5/index.js index e973014dd..f4a5d86b8 100644 --- a/packages/vue-cli-plugin-uni/lib/h5/index.js +++ b/packages/vue-cli-plugin-uni/lib/h5/index.js @@ -167,7 +167,7 @@ module.exports = { webpackConfig.plugins.delete('preload-index') } - const compilerOptions = require('./compiler-opitons') + const compilerOptions = require('./compiler-options') if (publicPath === './') { compilerOptions.publicPath = publicPath } -- GitLab