forked from team-innovation/vue-sfc-rollup
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
更新依赖 #1
Merged
Merged
更新依赖 #1
Changes from 8 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
385397f
fix(engine): require node.js 8.1.2
2nthony b8d194e
feat(babelrc): upgrade
2nthony 05061ab
fix(styleguide): use vue loader plugin
2nthony 4ee20ae
feat: use terser to compress & use commonjs plugin
2nthony 698cda7
feat: use futuristic deps
2nthony fb36854
lockfile
2nthony 98a9224
chore: copy nuxt
2nthony c995e92
chore: rollback .editorconfig
2nthony bc0b496
chore(cli): add copy storybook webpack.config
2nthony d4e966a
fix(cli): fix styleguide.config replacement
2nthony be5ecd3
fix(storybook): stylus-loader
2nthony acadf60
fix(storybook): babel-preset-vue required
2nthony e5cfe5f
fix(styleguide): stylus-loader
2nthony b19af1f
chore(cli): what the hell auto format
2nthony 1ea52bd
chore: rollback format
2nthony 470f436
chore: update
2nthony 77771e2
merge
2nthony File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,27 +40,31 @@ | |
"dependencies": {}, | ||
|
||
"devDependencies": { | ||
"minimist": "^1.2.0", | ||
"rollup": "^0.57.1", | ||
"rollup-plugin-babel": "^3.0.7", | ||
"rollup-plugin-uglify-es": "0.0.1", | ||
"rollup-plugin-vue": "^3.0.0", | ||
"vue": "^2.5.16", | ||
"vue-template-compiler": "^2.5.16", | ||
"@babel/core": "^7.4.3", | ||
"@babel/plugin-transform-runtime": "^7.4.3", | ||
"@babel/preset-env": "^7.4.3", | ||
"@storybook/vue": "^5.0.6", | ||
"@vue/test-utils": "^1.0.0-beta.16", | ||
"babel-jest": "^24.7.1", | ||
"babel-loader": "^8.0.5", | ||
"husky": "^0.14.3", | ||
"jest": "^23.1.0", | ||
"minimist": "^1.2.0", | ||
"prettier": "1.12.1", | ||
"pretty-quick": "^1.4.1", | ||
"@vue/test-utils": "^1.0.0-beta.16", | ||
"babel-jest": "^23.0.1", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.7.0", | ||
"jest": "^23.1.0", | ||
"vue-jest": "^2.6.0", | ||
"vue-styleguidist": "1.7.7", | ||
"webpack": "^3.10.0", | ||
"rollup": "^1.9.0", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-commonjs": "^9.3.4", | ||
"rollup-plugin-terser": "^4.0.4", | ||
"rollup-plugin-vue": "^4.7.2", | ||
"stylus": "^0.54.5", | ||
"stylus-loader": "^3.0.2", | ||
"@storybook/vue": "^3.4.10" | ||
"vue": "^2.5.16", | ||
"vue-jest": "^3.0.4", | ||
"vue-loader": "^15.7.0", | ||
"vue-styleguidist": "^3.11.4", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
"vue-template-compiler": "^2.5.16", | ||
"webpack": "^4.29.6" | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": ["js", "vue"], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
webpack-contrib/terser-webpack-plugin#15