We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642669c commit a756502Copy full SHA for a756502
package.json
@@ -1,10 +1,10 @@
1
{
2
"dependencies": {
3
- "postcss": "^6.0.21",
+ "fs-extra": "^5.0.0",
4
"rollup-pluginutils": "^2.0.1"
5
},
6
"name": "rollup-plugin-css-bundle",
7
- "version": "1.0.0",
+ "version": "1.0.1",
8
"main": "dist/index.js",
9
"module": "src/index.js",
10
"repository": "git@github.com:danburzo/rollup-plugin-css-bundle.git",
@@ -18,7 +18,7 @@
18
"rollup": "^0.58.1"
19
20
"scripts": {
21
- "build": "rollup -i src/index.js -o dist/index.js -f cjs",
22
- "watch": "rollup -w -i src/index.js -o dist/index.js -f cjs"
+ "build": "rollup -c",
+ "watch": "rollup -w -c"
23
}
24
0 commit comments