mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-27 01:28:56 -06:00
fix: typo {mdoule => module} (#721)
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports = (context, options = {}) => {
|
||||
}
|
||||
// cli-plugin-jest sets this to true because Jest runs without bundling
|
||||
if (process.env.VUE_CLI_BABEL_TRANSPILE_MODULES) {
|
||||
envOptions.mdoules = true
|
||||
envOptions.modules = true
|
||||
}
|
||||
|
||||
// pass options along to babel-preset-env
|
||||
|
||||
@@ -33,7 +33,7 @@ exports.defaults = {
|
||||
// boolean, use full build?
|
||||
compiler: false,
|
||||
|
||||
// apply css modules to CSS files that doesn't end with .mdoule.css?
|
||||
// apply css modules to CSS files that doesn't end with .module.css?
|
||||
cssModules: false,
|
||||
|
||||
// vue-loader options
|
||||
|
||||
Reference in New Issue
Block a user