We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194373d commit c1b14b3Copy full SHA for c1b14b3
package.json
@@ -34,7 +34,7 @@
34
},
35
"repository": {
36
"type": "git",
37
- "url": "https://github.com/cloudcmd/deepword"
+ "url": "git+https://github.com/cloudcmd/deepword"
38
39
"keywords": [
40
"editor",
webpack.config.js
@@ -31,12 +31,11 @@ const rules = clean([{
31
'style-loader',
32
'css-loader',
33
'clean-css-loader', {
- loader: "clean-css-loader",
+ loader: 'clean-css-loader',
options: {
- skipWarn: true,
- }
- ],
+ skipWarn: true,
+ },
+ }],
}, {
41
test: /\.(png|gif|svg|woff|woff2|eot|ttf)$/,
42
use: {
0 commit comments