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 c18db3d commit f18cbf1Copy full SHA for f18cbf1
package.json
@@ -2,8 +2,8 @@
2
"name": "html-inline-css-webpack-plugin",
3
"version": "1.3.2",
4
"description": "☄️ A webpack plugin for convert external stylesheet to embedded stylesheet, aka document stylesheet",
5
- "main": "./build/index.js",
6
- "types": "./build/index.d.ts",
+ "main": "./index.js",
+ "types": "./index.d.ts",
7
"scripts": {
8
"build": "rm -rf ./build && tsc"
9
},
0 commit comments