You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Since the lastest release (4.2.2) I'm getting errors due to an apparent issue with the clean_css usage:
[!](pluginVuePlugin) TypeError: clean_css_1.defaultisnotaconstructorsrc/components/layout.vue
TypeError: clean_css_1.defaultisnotaconstructoratinitializer(/home/freek/projects/styleguide/node_modules/@vue/component-compiler/dist/postcss-clean.js:6:19)atObject.creator(/home/freek/projects/styleguide/node_modules/@vue/component-compiler/node_modules/postcss/lib/postcss.es6:111:27)atSFCCompiler.doCompileStyle(/home/freek/projects/styleguide/node_modules/@vue/component-compiler/dist/compiler.js:133:42)atSFCCompiler.<anonymous>(/home/freek/projects/styleguide/node_modules/@vue/component-compiler/dist/compiler.js:116:47)atGenerator.next(<anonymous>)
at /home/freek/projects/styleguide/node_modules/@vue/component-compiler/dist/compiler.js:7:71
at new Promise (<anonymous>)
at __awaiter (/home/freek/projects/styleguide/node_modules/@vue/component-compiler/dist/compiler.js:3:12)
at SFCCompiler.compileStyleAsync (/home/freek/projects/styleguide/node_modules/@vue/component-compiler/dist/compiler.js:115:16)
at Object.<anonymous> (/home/freek/projects/styleguide/node_modules/rollup-plugin-vue/dist/rollup-plugin-vue.js:271:57)
at Generator.next (<anonymous>)
at /home/freek/projects/styleguide/node_modules/rollup-plugin-vue/dist/rollup-plugin-vue.js:33:71
at new Promise (<anonymous>)
at __awaiter (/home/freek/projects/styleguide/node_modules/rollup-plugin-vue/dist/rollup-plugin-vue.js:29:12)
at Promise.all.descriptor.styles.map (/home/freek/projects/styleguide/node_modules/rollup-plugin-vue/dist/rollup-plugin-vue.js:267:87)
at Array.map (<anonymous>)
If I use the yarn "resolutions"-field to downgrade to 4.2.1, the issue disappears. Alternatively, removing the "default"-suffix from "clean_css_1" in node_modules/@vue/component-compiler/dist/postcss-clean.js also fixes the issue on 4.2.2
The text was updated successfully, but these errors were encountered:
Since the lastest release (4.2.2) I'm getting errors due to an apparent issue with the clean_css usage:
If I use the yarn "resolutions"-field to downgrade to
4.2.1
, the issue disappears. Alternatively, removing the "default"-suffix from "clean_css_1" innode_modules/@vue/component-compiler/dist/postcss-clean.js
also fixes the issue on4.2.2
The text was updated successfully, but these errors were encountered: