Skip to content

Commit

Permalink
fix(cli-template): move h5 specified config files to dist-h5
Browse files Browse the repository at this point in the history
  • Loading branch information
allen-zh committed Apr 17, 2019
1 parent 5bae9d4 commit 3de6acd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
@@ -1,3 +1,6 @@
/* eslint-disable */
// babel config for H5

module.exports = {
presets: [
'@vue/app'
Expand Down
6 changes: 3 additions & 3 deletions packages/mars-cli-template/generator/index.js
Expand Up @@ -35,7 +35,7 @@ module.exports = async (api, options) => {
devDependencies: {
'atom-web-compiler': '^2.2.0',
'atom2vue-loader': '^1.0.0',
'@marsjs/vue-cli-plugin-mars-web': '0.0.9',
'@marsjs/vue-cli-plugin-mars-web': '^0.0.9',
'@vue/cli-plugin-babel': '^3.0.0',
'@vue/cli-service': '^3.5.0',
'less': '^3.0.4',
Expand All @@ -57,8 +57,8 @@ module.exports = async (api, options) => {
'serve:wx': 'mars serve -t wx'
},
dependencies: {
'@marsjs/build': '^0.2.0-alpha.8',
'@marsjs/core': '^0.2.0-alpha.6'
'@marsjs/build': '^0.2.0',
'@marsjs/core': '^0.2.0'
},
devDependencies: {
'@vue/cli': '^3.3.0'
Expand Down

0 comments on commit 3de6acd

Please sign in to comment.