Skip to content

Releases: orzyyyy/nino-cli

1.2.2

13 Sep 22:02
Compare
Choose a tag to compare

2019-09-14

  • fix: redundant jobs of github actions

1.2.1

12 Sep 01:23
Compare
Choose a tag to compare

2019-09-12

  • perf: not clean before compile

1.2.0

12 Sep 00:47
Compare
Choose a tag to compare

2019-09-12

  • feat: add nino dist to compile to cjs

1.1.6

10 Sep 01:15
Compare
Choose a tag to compare

2019-09-10

  • perf: update reglar of url-loader for font
  • fix: unexpected entry path when running go

1.1.5

07 Sep 11:59
Compare
Choose a tag to compare

2019-09-07

fix: add missing copyAssetsFrom option of nino go

1.1.4

02 Sep 05:53
Compare
Choose a tag to compare

2019-09-02

  • chore: remove redundant copy operations in nino go

1.1.3

02 Sep 04:57
Compare
Choose a tag to compare

2019-09-02

  • chore: use @babel/preset-typescript instead of run tsc before compile
    • now you won't see the compile info of tsc

1.1.2

31 Aug 13:39
Compare
Choose a tag to compare

2019-08-31

  • fix: can't load nino.go.js

1.1.1

20 Aug 03:33
Compare
Choose a tag to compare

2019-08-20

  • fix: dependency loss 0274c3e
  • fix: lose of .eslintignore when publish

1.1.0

20 Aug 02:34
Compare
Choose a tag to compare

2019-08-20

  • chore: remove dependency of @babel/polyfill
  • feat: support eslint for typescript (#39)
  • feat: export webpack config and getAssetPaths 5308e4a
  • feat: add option => not-copy-assets 9e63fdd
    • nino won't walk assets in entry such as src anymore if pass this option
  • feat: add default config path, such as nino.go.js c28b3cc
    • nino will find nino.go.js in your root path, so as nino.koei.js
    • but -c configFilePath is more preferred