This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: simplify source code && update `webpack-defaults v1.1.0...1…
….5.0` (#63)
- Loading branch information
1 parent
75a4c67
commit f6a7c2d
Showing
10 changed files
with
4,101 additions
and
981 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
branches: | ||
only: | ||
- master | ||
init: | ||
- git config --global core.autocrlf input | ||
environment: | ||
matrix: | ||
- nodejs_version: '8' | ||
webpack_version: latest | ||
job_part: test | ||
- nodejs_version: '6' | ||
webpack_version: latest | ||
job_part: test | ||
- nodejs_version: '4.3' | ||
webpack_version: latest | ||
job_part: test | ||
build: 'off' | ||
matrix: | ||
fast_finish: true | ||
install: | ||
- ps: Install-Product node $env:nodejs_version x64 | ||
- npm install | ||
before_test: | ||
- cmd: npm install webpack@%webpack_version% | ||
test_script: | ||
- node --version | ||
- npm --version | ||
- cmd: npm run appveyor:%job_part% |
Oops, something went wrong.