Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 81b0f03

Browse files
committed
fix(commonjs): remove CSS require
Removes the require of the CSS file in index.js so that a CSS plugin is not required for Webpack users
1 parent 6c52e41 commit 81b0f03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
require('./dist/select.css');
21
require('./dist/select.js');
32
module.exports = 'ui.select';

0 commit comments

Comments
 (0)