Commit cd2e1f4
Release @ice/pkg 1.4.0 (#414)
* feat(pkg): pass modules to after.build.compile callback && support cjs bundle task
* fix: lint error
* feat(pkg): pass modules to after.start.compile callback
* docs: add cjs bundle introduction
* chore(pkg): rename outputResults
* revert: version
* revert: revert @ice/pkg-plugin-component in @ice/pkg
* fix: dependency is not installed
* refactor: plugin-component userConfig
* feat: support extensions
* feat: support watch packages
* feat: add new example
* fix: dependencies recycle
* chore: generate sourcemap
* refactor: swc plugin transform and resolve
* feat: support alias
* feat: support config externals in plugin
* feat: support image in bundle mode
* feat: support minify css
* feat: support analyzer
* feat: support minify js bundle
* feat: minify default value
* chore: rename dir name
* feat: support modify filename
* fix: @babel/core type
* feat: support modify babelPlugins in plugin
* feat: support config postcss config
* feat: support multi entries
* feat: add default define variable
* feat: support --template option
* chore: version
* fix: docs typo
* fix: build error
* feat: update userConfig
* fix: multi entries
* docs: plugin dev
* refactor: plugin
* docs: update plugin development docs
* chore: update plugin docs
* docs: fix typo
* feat: support modify docusaurus outputDir
* fix: process should exit when build error
* chore: version and changelog
* fix: entry extension not support
* fix: not generate es2017 bundle when use multi entry
* fix: can not compile jsx
* fix: can't use English to search globally
* feat: enable lessOptions.javascriptEnabled option
* fix: generate map in transform mode when set it to false
* feat: add output.exports to auto to avoid warning in cjs
* chore: update docs
* fix: not support import .jsx without extension
* feat: support npmName cli option
* feat: css split
* feat: update log
* fix: local build error
* chore: optimize docs category
* feat: support return rollup output
* feat: use replace-plugin in bundle mode
* feat: empty outputDir before run the task in build
* feat: update filenamePrefix
* fix: can not resolve exports
* feat: support multi entry (#420)
* feat: support multi entry
* feat: support development
* fix: test case
* fix: comments
* chore: version and changelog
* docs: update
Co-authored-by: luhc228 <luhengchang228@126.com>
Co-authored-by: ZeroLing <zhuoling.lcl@alibaba-inc.com>1 parent da1c4d0 commit cd2e1f4
File tree
109 files changed
+3720
-3011
lines changed- examples
- application
- package
- docs
- 02-Foo
- src
- test
- plugin
- src
- react-component
- docs
- src
- react-multi-components
- docs
- src
- Avatar
- Button
- packages
- create-pkg
- src
- ice-npm-utils
- pkg
- bin
- src
- config
- helpers
- __tests__
- loaders
- plugins
- rollupPlugins
- transform
- plugin-component
- src
- config
- plugin-docusaurus
- src
- template
- plugin-rax-component
- website
- docs
- guide
- reference
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
109 files changed
+3720
-3011
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
8 | 20 | | |
9 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments