Commit Graph

255 Commits

Author SHA1 Message Date
Evan You 92e136a421 fix: --target lib/wc should overwrite user entry/output
fix #1072
2018-04-27 16:03:11 -04:00
Evan You 8e72943fcf fix: css.extract options handling
close #1061
2018-04-27 12:52:10 -04:00
Guillaume Chau 14881ee925 fix(ui): undefined sources error 2018-04-27 02:04:33 +02:00
Guillaume Chau 602be0388e fix(ui): open when server is ready 2018-04-27 01:35:41 +02:00
Guillaume Chau d5a3b1f127 fix(ui): max listeners error 2018-04-27 01:28:27 +02:00
Guillaume Chau d5d0b76c16 fix(ui): analyze bundle error handling 2018-04-27 00:28:44 +02:00
Guillaume Chau 0ac38da9c8 fix(ui): DashboardPlugin clean up 2018-04-27 00:28:30 +02:00
Derek Henscheid 6ca86aa667 feat(inspect): add a -v/--verbose flag to inspect command to output full functions (#1175)
close #1157
2018-04-26 16:56:44 -04:00
Jovino Xu abb82ab25e fix(cli-service): should not add a leading slash to baseUrl when it is absolute (#1172)
fix #1084
2018-04-26 16:43:10 -04:00
Sabith Karippullil Soopy 79bc088beb fix(serve): don't set header origin if using an agent (#1179) 2018-04-26 16:19:50 -04:00
David Hemphill 65ee2fad24 fix: pass all parameters to onProxyReq in proxy configuration (#1083) 2018-04-26 15:12:57 -04:00
Guillaume Chau 1f87ffdf62 chore(ui): merge dev 2018-04-26 20:22:02 +02:00
Guillaume Chau 5b30b22115 refactor(ui): assets/modules size system reworked + bundle size analysis 2018-04-26 17:32:36 +02:00
Guillaume Chau aa4e03b80e refactor(ui): remove inspectpack 2018-04-26 15:08:43 +02:00
Guillaume Chau c29669b149 feat(ui): webpack analyzer 2018-04-26 01:58:04 +02:00
Sanchit Nevgi 1fc9593930 fix: add name to chunk file output (#1173) 2018-04-25 17:47:43 -04:00
Guillaume Chau dc8b454c56 feat(ui): webpack dashboard 'open app' button 2018-04-24 00:31:13 +02:00
Guillaume Chau 9d00eebb92 refactor(ui): new IpcMessenger plugin utils 2018-04-22 13:33:46 +02:00
Guillaume Chau 53d5d4e89d fix(ui): process killed before ipc messages are sent 2018-04-17 17:42:52 +02:00
Guillaume Chau 1b27231361 feat: vue.config devBaseUrl (fix #1102) 2018-04-17 14:26:50 +02:00
Guillaume Chau 021370d71f fix(ui): express timeout 2018-04-16 19:41:12 +02:00
Guillaume Chau cdf9d07790 feat(ui): vue ui command 2018-04-16 18:18:45 +02:00
Guillaume Chau 1d9a4d6ba3 fix(ui): throttle DashboardPlugin progress updates 2018-04-12 18:16:30 +02:00
Guillaume Chau 2e9cfab0f0 fix(ui): remove console.logs 2018-04-12 18:07:36 +02:00
Guillaume Chau d018e1f53e refactor(ui): split schema 2018-04-12 17:59:56 +02:00
Guillaume Chau a628b43cf2 fix(ui): deps + dahsboard plugin 2018-04-11 20:41:46 +02:00
Guillaume Chau 96c95a8184 fix(ui): DashboardPlugin ack data 2018-04-09 15:00:00 +02:00
Guillaume Chau 3c59d6f4f4 feat(ui): client addons, ipc, shared data, plugin actions 2018-04-09 01:53:41 +02:00
ziga 179033d2b5 fix: allow user to define onProxyReq (#955) 2018-03-07 16:10:40 -05:00
Evan You f744040b50 fix: use dynamic publicPath for web component bundles (fix #949) 2018-03-06 15:06:03 -05:00
Evan You 114e085b31 fix: fix devServer proxy when using object syntax (fix #945) 2018-03-06 12:24:31 -05:00
Evan You dee78094dd fix: fix cases where error fails to display 2018-03-06 11:41:50 -05:00
Evan You 49e9cf2ce6 refactor: use pluginResolution utils in more places, add tests 2018-03-04 15:13:02 -05:00
Evan You edff5b49fe refactor: extract plugin resolution into shared-utils 2018-03-04 13:46:10 -05:00
Evan You a2ac6be36b fix: mock process for 3rd party libs (close #934) 2018-03-03 19:14:55 -05:00
Evan You 59ac4f418f fix: respect dotfiles in public dir (fix #880) 2018-03-02 22:23:48 -05:00
Evan You 768110643d fix: fix options for css optimize plugin (close #918) 2018-03-02 22:21:20 -05:00
Evan You 57ce32a710 fix: respect --dest when copying static assets (close #909) 2018-03-02 21:46:46 -05:00
Evan You 89982dff04 fix: fix baseUrl normalization (close #900) 2018-03-02 21:40:48 -05:00
Nathan Zeplowitz 31cdc8636f feat(css modules): Add CSS Module localIdentName option to vue config (#915)
Changed the vue config to take a user input option for CSS module localIdentName and default back to initial localIdentName ([name]_[local]__[hash:base64:5])
2018-03-01 15:17:15 -05:00
antiphoton bbc931c285 fix(dev-server): dev server behind NAT network (#868)
(#828)Webpack dev client could not work when server is behind NAT network.

Now, the dev client tries to connect to browser's window.location.
2018-03-01 14:10:22 -05:00
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