Skip to content

Commit e687e60

Browse files
committed
another attempt at importing css+
1 parent edf6a3d commit e687e60

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

bili.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ module.exports = {
33
input: 'src/index.js',
44
output: {
55
format: ['cjs', 'esm', 'umd'],
6-
extractCSS: false,
76
bundleNodeModules: true,
87
minify: true,
98
moduleName: 'Grid'
109
},
1110
plugins: {
1211
vue: {
13-
css: true,
1412
runtimeHelpers: true
1513
},
1614
babel: {

dist/index.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)