Skip to content

Webpack 4 and React 16.6

Latest
Compare
Choose a tag to compare
@iroy2000 iroy2000 released this 27 Oct 23:53
· 24 commits to master since this release
99322c5
  • We are now on Webpack 4 and React 16.4, plus up-to-date with all our dependencies.
  • We removed css-next in favor of postcss-preset-env.
  • We removed extract-text-webpack-plugin to mini-css-extract-plugin because of Webpack 4 upgrade.
  • Modify webpack config to make sure everything work as expected.