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 3fb26dd commit dbcb9e6Copy full SHA for dbcb9e6
.prettierignore
@@ -0,0 +1 @@
1
+*.md
package.json
@@ -5,6 +5,7 @@
5
],
6
"devDependencies": {
7
"benchmark": "^2.1.4",
8
+ "file-loader": "^3.0.1",
9
"gzip-size": "^5.0.0",
10
"lerna": "^3.8.5",
11
"mocha": "^5.2.0",
@@ -14,12 +15,11 @@
14
15
"rollup": "^1.1.0",
16
"rollup-plugin-cleanup": "^3.1.0",
17
"terser": "^3.14.1",
18
+ "ts-loader": "^5.3.3",
19
"tslint": "^5.12.0",
20
"typescript": "^3.2.2",
21
"webpack": "^4.28.1",
- "webpack-cli": "^3.2.1",
- "ts-loader": "^5.3.3",
22
- "file-loader": "^3.0.1"
+ "webpack-cli": "^3.2.1"
23
},
24
"scripts": {
25
"bootstrap": "lerna bootstrap",
@@ -33,4 +33,4 @@
33
"test": "yarn build && yarn test:only",
34
"test:only": "lerna run test"
35
}
36
-}
+}
0 commit comments