Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Releases: iamssen/rocket-scripts

v1.1.0

13 Sep 05:54

Choose a tag to compare

Added

  • Use drop_console option of terser when build
  • Support defining process.env.APP_* variables. it similars process.env.REACT_APP_*
  • Add openBundleSizeReport?: boolean option to build
  • Interactive UI disables when !!process.env.CI or process.env.NODE_ENV === 'test'

Breaking Change

  • Deprecate env option

v1.0.8

13 Sep 05:47

Choose a tag to compare

Updated

  • Major update postcss-loader

Fixed

  • Set missing browserslist query

v1.0.7

13 Sep 05:45

Choose a tag to compare

Fixed

  • Allow resolve option to webpackConfig

v1.0.6

02 Sep 04:02

Choose a tag to compare

Fixed

  • Set default process.env.NODE_ENV if not exists (build = production, start = development)

v1.0.5

02 Sep 04:02

Choose a tag to compare

Fixed

  • Downgrade sass-loader to ^8 to avoid the sass package error.
  • Remove { javascriptEnabled: true } option on less-loader configuration

v1.0.4

02 Sep 03:59

Choose a tag to compare

Fixed

  • Convert every arrow function to normal function for performance reason.

v1.0.3

02 Sep 03:58

Choose a tag to compare

Fixed

  • Isolate chunks on html-webpack-plugin

v1.0.2

02 Sep 03:57

Choose a tag to compare

Fixed

  • Change the wrong default NODE_ENV = development to production on the production build

v1.0.0

26 Aug 04:59

Choose a tag to compare

First release