Releases: CarbonPackages/Carbon.Pipeline
Releases · CarbonPackages/Carbon.Pipeline
0.4.0
✨ Features
files
is now optional in the package entry; if nothing set, it reads all parseable files (pcss
,ts
,js
, etc.) in the input folder. This based on theextension
configuration- You can now write the files to multiple packages. If you want. 😉
- esbuild: Make
legalComments
andlogLevel
configurable - esbuild: You can now mark a file or a package as external to exclude it from your build.
🐛 Bugfix
- esbuild: Set correct js extension for CommonJS and Modules
How to update from 0.3
- Run
yarn add --dev glob
- Make sure that in your
package.json
is the-r
flag set after theconcurrently
command: Example:concurrently -r yarn:build:*