Evan You
|
e4ff22a4de
|
test: fix vue.config.js test for appveyor
|
2018-02-28 18:51:36 -05:00 |
|
Kevin Sherman
|
9b1d376800
|
docs: add example for build --mode env (#902)
* docs: add docs on using --mode with build command to use corresponding env vars
* Use the arg.mode in the console log "Building for..." message
|
2018-02-28 18:33:59 -05:00 |
|
Evan You
|
e6585633d4
|
test: fix vue.config.js tests
|
2018-02-28 18:31:25 -05:00 |
|
Evan You
|
bf9a30437a
|
test: only load vue.config.js if it exists
|
2018-02-28 18:19:50 -05:00 |
|
Evan You
|
14a2dc7259
|
fix: do not swallow vue.config.js errors
close #874, close #866
|
2018-02-28 18:15:31 -05:00 |
|
Evan You
|
1864cef09e
|
feat: preserveWhitespace: false
BREAKING CHANGE: preserveWhitespace now defaults to false in vue-loader options.
|
2018-02-28 17:21:24 -05:00 |
|
Evan You
|
e15a930b30
|
fix: enable html doctype by default for pug
close #894
|
2018-02-28 17:20:14 -05:00 |
|
Evan You
|
6e4870c6a1
|
chore: bump deps & fix tests
|
2018-02-28 17:08:12 -05:00 |
|
Thorsten Lünborg
|
73ad2f844b
|
fix: fix friendly-error plugin name typo (#882)
|
2018-02-28 15:29:01 -05:00 |
|
Ken Voskuil
|
53a1fd1f37
|
chore: fix typo's in comments (#898)
|
2018-02-28 08:02:29 -05:00 |
|
Hokid
|
92ddd097be
|
feat: add ability to use environment variables in vue.config.js (#867)
|
2018-02-22 14:45:16 -05:00 |
|
pbastowski
|
d7cfa00945
|
fix: make extension test for font files case-insensitive (#830)
|
2018-02-12 16:56:50 -05:00 |
|
Evan You
|
9040df84cb
|
feat: lintOnSave no longer causes compilation to fail
close #817
|
2018-02-12 16:24:28 -05:00 |
|
Evan You
|
fd131060db
|
feat: use more descriptive classNames for CSS modules
close #813
|
2018-02-12 15:43:49 -05:00 |
|
diogosalazar
|
0286d7000e
|
docs: fix typo in error message (#819)
Small typo.
Please let me know whether direct PR like these are welcome of if you'd rather have these submitted as issues instead.
|
2018-02-12 10:00:09 -05:00 |
|
diogosalazar
|
b1b1639e03
|
docs: fix comment typo (#811)
Small typo
|
2018-02-12 09:59:50 -05:00 |
|
Evan You
|
b5564afb57
|
fix: respect user configured output path
also ensure wc/lib mode respect user raw webpack config.
fix #809
|
2018-02-09 12:12:08 -05:00 |
|
Evan You
|
fd1ca02f16
|
chore: fix serve command name
|
2018-02-08 21:32:29 -05:00 |
|
Evan You
|
8b79644052
|
docs: progress
|
2018-02-08 13:34:05 -05:00 |
|
Evan You
|
f7d273dd4a
|
refactor: use axios for registry ping
|
2018-02-06 17:46:00 -05:00 |
|
Evan You
|
e597d12f41
|
docs: improve documentation for plugin development
|
2018-02-05 19:58:13 -05:00 |
|
Evan You
|
920d8fa539
|
fix: object returned from api.configureWebpack should be merged
|
2018-02-05 19:57:57 -05:00 |
|
Evan You
|
691cfa2b88
|
fix: shim global for node modules
ref #774
|
2018-02-04 10:07:08 -05:00 |
|
Evan You
|
dc29e88006
|
feat: polish build output
|
2018-02-04 00:20:22 -05:00 |
|
Evan You
|
85aacc3464
|
refactor: improve options validation
|
2018-02-03 22:19:21 -05:00 |
|
Evan You
|
90826af053
|
chore: tweak build message
|
2018-02-03 21:34:49 -05:00 |
|
Evan You
|
53f6304082
|
chore: remove ignored entry (auto-generated)
|
2018-02-03 21:29:59 -05:00 |
|
Evan You
|
279c79d47d
|
refactor: use shorter filenames
|
2018-02-03 16:21:38 -05:00 |
|
Evan You
|
50fdd9b91e
|
feat: build --target wc-async
|
2018-02-03 16:20:13 -05:00 |
|
Evan You
|
9f25eedf80
|
refactor: make hasYarn & hasGit lazy to improve boot time
|
2018-02-02 15:38:41 -05:00 |
|
Evan You
|
7d590d8756
|
fix: avoid deepmerge on project config
|
2018-02-02 02:24:05 -05:00 |
|
Evan You
|
fd87394b14
|
feat: improve inspect output
|
2018-02-02 01:51:32 -05:00 |
|
Evan You
|
a6bc78e607
|
chore: do not clear screen when serving so that warnings can be seen
|
2018-02-02 01:09:55 -05:00 |
|
Evan You
|
702b539d33
|
revert: feat: load config w/ cosmiconfig
This reverts commit 52881223c3.
|
2018-02-02 01:03:36 -05:00 |
|
Evan You
|
9a07eebea5
|
feat: complete --target wc & multi-wc + tests
|
2018-02-02 00:56:27 -05:00 |
|
Evan You
|
0f59c03985
|
feat: vue build --target multi-wc [pattern]
|
2018-02-01 15:12:32 -05:00 |
|
Evan You
|
1c4943b6ec
|
feat: improve build lib/web-component
|
2018-02-01 15:12:32 -05:00 |
|
Buzz Zhang
|
199c754cb8
|
fix: compatible with safari 10 (#755)
|
2018-02-01 10:58:31 -05:00 |
|
Evan You
|
98afd07017
|
feat: inject styles under shadow root in web component mode
|
2018-01-31 00:07:57 -05:00 |
|
Evan You
|
6db7735c74
|
feat: build --target web-component (WIP)
|
2018-01-30 17:13:05 -05:00 |
|
Evan You
|
4fb4e35fe7
|
fix: --target for global build
|
2018-01-30 01:45:51 -05:00 |
|
Evan You
|
faadadf5ad
|
feat: build --target lib/wc
|
2018-01-30 01:04:11 -05:00 |
|
Evan You
|
b626ef1a5b
|
feat: make env variables available in HTML template
|
2018-01-29 18:43:26 -05:00 |
|
Evan You
|
6efabe11b0
|
refactor: disable loading project config from rc
|
2018-01-29 18:32:41 -05:00 |
|
Evan You
|
b8f24872bf
|
feat: parallel mode
|
2018-01-29 16:23:02 -05:00 |
|
Evan You
|
1529ebce41
|
chore: pre release sync
|
2018-01-29 12:29:11 -05:00 |
|
Evan You
|
9856549432
|
refactor: refactor shared utils + move openBrowser
|
2018-01-27 21:54:27 -05:00 |
|
Evan You
|
52881223c3
|
feat: load config w/ cosmiconfig
|
2018-01-27 16:46:15 -05:00 |
|
Evan You
|
1142339cce
|
fix: skip postcss-loader if no postcss config is present
|
2018-01-26 12:18:17 -05:00 |
|
Evan You
|
367b78b08c
|
fix: more global resolve fixes + better error message for missing loaders
|
2018-01-25 22:35:18 -05:00 |
|