-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Minor refactoring of build scripts #1082
Merged
Merged
Conversation
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
Replace 'var' with 'const' operator for 'postcssLoader' defenition; Add some spaces to improve code readability; Rename variable with package.json from 'pkg' to 'packageConfig'; Replace regular function stored in 'createNotifierCallback' with arrow.
LinusBorg
approved these changes
Dec 2, 2017
Thanks |
LinusBorg
reviewed
Dec 2, 2017
enforce: 'pre', | ||
include: [resolve('src'), resolve('test')], | ||
options: { | ||
formatter: require('eslint-friendly-formatter'), |
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.
So this want not a bad idea in hindsight - this will break if the user has decided against using eslint during the project init. Will fix it.
LinusBorg
added a commit
that referenced
this pull request
Dec 2, 2017
LinusBorg
added a commit
that referenced
this pull request
Dec 2, 2017
* develop: bump version 1.2.5 some small updates to the docs Adds support for the video poster attribute (#1123) babel-register use only for e2e tests (#1120) Update project creation: sort dependencies in package.json (#1118) Fix bug from PR #1082 FIX: convert env variable PORT to a number. Minor refactoring of build scripts (#1082) ESLint config clean up (#1093) Switch to uglifyjs-webpack-plugin (#1119) change bad spaces into normal spaces and removing trailing space (#1132) prevent empty line when unit = y & e2e = n Update meta.js (#1091) docs(README): Update usage to init from develop branch (#1092) Use actual host for notification (#1101). (#1103) prevent webpack from injecting useless mocks
frandiox
pushed a commit
to OnsenUI/vue-cordova-webpack
that referenced
this pull request
Dec 25, 2017
* build: Replace regular function with the arrow one * check-verstions: Add some line breaks to improve code readability * utils: Minor refactoring Replace 'var' with 'const' operator for 'postcssLoader' defenition; Add some spaces to improve code readability; Rename variable with package.json from 'pkg' to 'packageConfig'; Replace regular function stored in 'createNotifierCallback' with arrow. * vue-loader: Remove extra line break and Add a helpful one * base.conf: Add variable for linting rule to imprive code readability * dev.conf: Update formatting * prod.conf: Update formatting and Use ES6 short syntax for method
frandiox
pushed a commit
to OnsenUI/vue-cordova-webpack
that referenced
this pull request
Dec 25, 2017
shenron
pushed a commit
to shenron/webpack
that referenced
this pull request
Mar 20, 2018
* build: Replace regular function with the arrow one * check-verstions: Add some line breaks to improve code readability * utils: Minor refactoring Replace 'var' with 'const' operator for 'postcssLoader' defenition; Add some spaces to improve code readability; Rename variable with package.json from 'pkg' to 'packageConfig'; Replace regular function stored in 'createNotifierCallback' with arrow. * vue-loader: Remove extra line break and Add a helpful one * base.conf: Add variable for linting rule to imprive code readability * dev.conf: Update formatting * prod.conf: Update formatting and Use ES6 short syntax for method
shenron
pushed a commit
to shenron/webpack
that referenced
this pull request
Mar 20, 2018
shenron
pushed a commit
to shenron/webpack
that referenced
this pull request
Mar 20, 2018
* develop: bump version 1.2.5 some small updates to the docs Adds support for the video poster attribute (vuejs-templates#1123) babel-register use only for e2e tests (vuejs-templates#1120) Update project creation: sort dependencies in package.json (vuejs-templates#1118) Fix bug from PR vuejs-templates#1082 FIX: convert env variable PORT to a number. Minor refactoring of build scripts (vuejs-templates#1082) ESLint config clean up (vuejs-templates#1093) Switch to uglifyjs-webpack-plugin (vuejs-templates#1119) change bad spaces into normal spaces and removing trailing space (vuejs-templates#1132) prevent empty line when unit = y & e2e = n Update meta.js (vuejs-templates#1091) docs(README): Update usage to init from develop branch (vuejs-templates#1092) Use actual host for notification (vuejs-templates#1101). (vuejs-templates#1103) prevent webpack from injecting useless mocks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Please see the commit messages