refactor(builds): drop cjs bundle, add type=module

This commit is contained in:
moklick
2022-03-02 17:18:14 +01:00
parent 6e30d0d9fd
commit 9156a22a28
7 changed files with 26 additions and 29 deletions
-3
View File
@@ -1,3 +0,0 @@
module.exports = {
plugins: [require('autoprefixer'), require('postcss-nested')],
};