1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/test/integration/basic
Henrik Wenz 34cb05a860 Remove obsolete webpack plugins (#5158)
Since we are now using webpacks `mode` flag we can get rid of:

* `webpack.optimize.ModuleConcatenationPlugin`
* `webpack.DefinePlugin` (`process.env.NODE_ENV`)

https://webpack.js.org/concepts/mode/
2018-09-14 15:45:48 +02:00
..
components Keep chunks filenames in production mode (#5029) 2018-09-03 01:40:21 +02:00
lib Fix page loader page normalization issue (#1844) 2017-05-01 16:26:18 -07:00
pages Remove obsolete webpack plugins (#5158) 2018-09-14 15:45:48 +02:00
test Remove obsolete webpack plugins (#5158) 2018-09-14 15:45:48 +02:00
next.config.js Implement "on demand entries" (#1111) 2017-02-26 11:45:16 -08:00