Skip to content

Commit

Permalink
fix: typo {mdoule => module} (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas authored and yyx990803 committed Jan 14, 2018
1 parent 2e87dfc commit 4765cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@vue/babel-preset-app/index.js
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/lib/options.js
Expand Up @@ -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
Expand Down

0 comments on commit 4765cc6

Please sign in to comment.