We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739e823 commit 41bd1fcCopy full SHA for 41bd1fc
CHANGELOG.md
@@ -4,6 +4,7 @@
4
- **Clipboard** Support pasting links copied from iOS share sheets
5
- Fix config parsing where undefined values were kept
6
- Expose types for Quill options
7
+- Remove empty .css.js files generated by bundlers
8
9
# 2.0.0-rc.3
10
packages/quill/scripts/build
@@ -13,6 +13,8 @@ mv $TMPDIR/src/* $DIST
13
rm -rf $TMPDIR
14
npx babel src --out-dir $DIST --copy-files --no-copy-ignored --extensions .ts --source-maps
15
npx webpack -- --mode $1
16
+# https://github.com/webpack-contrib/mini-css-extract-plugin/issues/151
17
+rm -rf $DIST/dist/*.css.js $DIST/dist/*.css.js.*
18
cp package.json $DIST
19
cp README.md $DIST
20
cp LICENSE $DIST
0 commit comments