Skip to content

Commit 44317a4

Browse files
committed
Added CSS Loaders
1 parent 45c2150 commit 44317a4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.prettierignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
dist
22

3-
node_modules
3+
node_modules
4+
5+
*.html

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "react-spinner-css",
33
"version": "1.0.0",
44
"description": "React Spinner CSS",
5-
"main": "index.js",
5+
"main": "dist/bundle.cjs.js",
6+
"module": "dist/bundle.esm.js",
7+
"sideEffects": false,
68
"scripts": {
79
"prebuild": "rimraf dist",
810
"build": "rollup -c",
@@ -66,4 +68,4 @@
6668
"engines": {
6769
"node": ">=8"
6870
}
69-
}
71+
}

0 commit comments

Comments
 (0)