Commit Graph

73 Commits

Author SHA1 Message Date
Clark Du 52068dcb88 refactor: use @nuxtjs/friendly-errors-webpack-plugin 2018-03-16 17:59:18 +08:00
Pooya Parsa b36441bd43 fix: temporary use local version of vue ssr plugins 2018-03-16 11:18:29 +03:30
Clark Du e000149f13
fix: lint issue 2018-03-15 17:38:26 +08:00
Clark Du e0005dddea
deprecate: remove options.dev in build.extend() 2018-03-15 17:37:43 +08:00
Clark Du 8893388af7
fix: disable splitChunks.name:false in spa mode 2018-03-14 16:21:41 +08:00
Clark Du 10cd285f57
fix: temporary comment splitChunks.name due to html-webpack-plugin issue 878 2018-03-14 14:14:49 +08:00
Pooya Parsa f8fb4aa08b fix: include `name` in dev 2018-03-13 16:05:36 +03:30
Pooya Parsa 992dd5f79c perf: remove name from production chunks 2018-03-13 15:49:45 +03:30
Pooya Parsa f650763357 webpack-stylish 2018-03-13 15:36:12 +03:30
Pooya Parsa 76b5e0454a use webpack's built in minimizer 2018-03-13 15:28:40 +03:30
Clark Du 2a931cbad6
refactor: remove vendor 2018-03-13 09:46:37 +08:00
Clark Du 365a6adc35
refactor: change splitChunks file name to vendor.hash.js 2018-03-12 10:32:43 +08:00
Pooya Parsa b8f8f18384 optimize webpack 2018-03-12 00:58:56 +03:30
Pooya Parsa 3c4bcf0b09 fix linter error 2018-03-01 10:46:56 +03:30
Pooya Parsa 23c11b1cef remove dll support
webpack 4 is more faster and dll is
 problematic and unstable.
2018-03-01 10:42:48 +03:30
Pooya Parsa 8992c1ee36 webpack: use webpack 4 default devtool for client bundle 2018-02-26 14:48:14 +03:30
Pooya Parsa 742ea42f97 webpack: process.env.NODE_ENV are set to production or development 2018-02-26 14:44:13 +03:30
Pooya Parsa f987d16adb webpack: remove NameModulesPlugin
enabled in development mode. Configurable with optimization.namedModules
2018-02-26 14:04:22 +03:30
Pooya Parsa eae92d7275 remove build.scopeHoisting option
ModuleConcatenationPlugin enabled in production. Configurable with  optimization.concatenateModules
2018-02-26 14:03:21 +03:30
Pooya Parsa bb0585c84d webpack: remove NoEmitOnErrorsPlugin
configurable by optimization.noEmitOnErrors. on for production by default
2018-02-26 14:02:40 +03:30
Pooya Parsa eb2e0c5ccd remove commonChunksPlugin 2018-02-26 13:54:10 +03:30
Peter Pan 13b74b8f36 fix #2741: add staging environment via NODE_ENV 2018-02-02 11:16:17 +08:00
NicoPennec fdc07a319d perf: chunks size limit 2018-01-25 09:01:48 +01:00
Pooya Parsa 10d1b5974c style: format with prettier 2018-01-13 08:52:11 +03:30
Pooya Parsa 452747b3c4 perf,fix: source map improvements 2018-01-05 03:04:20 +03:30
Pim c92d427bb0 Feat: add possiblity to mute webpack in non-dev modes (#2411)
Move webpackStats to nuxt.options

Only clearConsole when we expect webpack to output stats
2017-12-17 17:29:50 +03:30
Clark Du 0fc98f3927 fix: ProgressBarPlugin ends at 91% 2017-12-13 11:20:40 +03:30
Pooya Parsa 4adfdf3313 fix commonCunks to ignore vue files from adding into vendor 2017-12-13 05:48:41 +03:30
Pooya Parsa a4e2a7cd65 always add nuxt to modulesDir 2017-12-12 16:27:01 +03:30
Pooya Parsa adb5966ed2 improve progressbar experience 2017-12-12 15:16:19 +03:30
Pooya Parsa d32419eb92 fix: add all node_modules requests into vendor chunk 2017-12-12 13:30:56 +03:30
Pooya Parsa 9b8cbed512 perf: remove rollup build
Using native node 8.x for less transpilations
2017-12-12 13:12:29 +03:30
Pooya Parsa b86426aaa0 fix(webpack): don't use hashes when watching
helps preventing memory leaks on dev mode and more clear source
2017-12-11 23:37:11 +03:30
Pooya Parsa afc874a11a perf(SSR): bundle with native async/await and less transpilations 2017-12-08 17:48:37 +03:30
Pooya Parsa 2996160151
perf: improve uglify plugin options 2017-11-24 19:02:05 +03:30
Pooya Parsa 49d59c68f8
fix regressions from webpack-contrib/uglifyjs-webpack-plugin#174 2017-11-24 18:57:01 +03:30
Pooya Parsa a23fb18399
fix: always add commonChunksPlugin 2017-11-11 01:16:37 +03:30
Pooya Parsa e5017c5e2a perf: better vendor chunk
Also disables commons chunk plugin on dev environments for faster builds
2017-11-07 15:35:41 +03:30
Atinux 83815de91b lint: Update linting rule on space-before-paren 2017-10-30 17:51:11 +01:00
Sébastien Chopin 41b775a365 patch: Use last version of UglifyES and add IE9 preset 2017-10-28 18:12:21 +02:00
Atinux 8a2adbeee4 patch: Fix typo in warning 2017-10-27 12:17:35 +02:00
Sebastien Chopin e3974b4729 deprecation: Deprecate isServer, isClient and dev 2017-10-20 12:05:22 +02:00
Pooya Parsa 19a943d44c fix: increase webpack dev timeouts 2017-09-12 01:05:09 +04:30
Sebastien Chopin 20eb5a5eb0 fix: handle process.env to have nested keys 2017-09-05 11:15:07 +02:00
Pooya Parsa 699b3f6230 disable ModuleConcatenationPlugin 2017-08-30 19:36:16 +04:30
Pooya Parsa 1ca5739a2f add router base to all middleware 2017-08-25 16:31:16 +04:30
Sébastien Chopin 7738d0c0af Merge pull request #1447 from Zip753/improve-nuxt-config-interface
Improve nuxt.config.js and Nuxt modules API
2017-08-24 15:49:10 +02:00
Sebastien Chopin 04d05de906 process: Add process.mode 2017-08-23 18:21:27 +02:00
Ivan Nikulin 8cf5a21752
Change build.extend hook to return new webpack config 2017-08-23 00:50:45 +02:00
Pooya Parsa 0795d40bb7 fix problems with dll 2017-08-22 00:10:06 +04:30