Integrate typescript-snapshots-plugin (#1847)

This commit is contained in:
Kiwi
2018-09-05 22:50:01 +00:00
committed by Wyatt Johnson
parent 3897b06029
commit 0477d456a2
3 changed files with 20 additions and 6 deletions
+13 -5
View File
@@ -10226,11 +10226,8 @@
"resolved": "https://registry.npmjs.org/fluent-intl-polyfill/-/fluent-intl-polyfill-0.1.0.tgz",
"integrity": "sha1-ETOUSrJHeINHOZVZaIPg05z4hc8=",
"dev": true,
"dependencies": {
"intl-pluralrules": {
"version": "github:projectfluent/IntlPluralRules#94cb0fa1c23ad943bc5aafef43cea132fa51d68b",
"from": "github:projectfluent/IntlPluralRules#94cb0fa1c23ad943bc5aafef43cea132fa51d68b"
}
"requires": {
"intl-pluralrules": "github:projectfluent/IntlPluralRules#94cb0fa1c23ad943bc5aafef43cea132fa51d68b"
}
},
"fluent-langneg": {
@@ -12674,6 +12671,11 @@
"integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=",
"dev": true
},
"intl-pluralrules": {
"version": "github:projectfluent/IntlPluralRules#94cb0fa1c23ad943bc5aafef43cea132fa51d68b",
"from": "github:projectfluent/IntlPluralRules#module",
"dev": true
},
"invariant": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
@@ -24534,6 +24536,12 @@
"integrity": "sha512-kk80vLW9iGtjMnIv11qyxLqZm20UklzuR2tL0QAnDIygIUIemcZMxlMWudl9OOt76H3ntVzcTiddQ1/pAAJMYg==",
"dev": true
},
"typescript-snapshots-plugin": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/typescript-snapshots-plugin/-/typescript-snapshots-plugin-1.2.0.tgz",
"integrity": "sha1-4rp5y0C3Vc4tUp6h5fYlMyd5T5g=",
"dev": true
},
"ua-parser-js": {
"version": "0.7.18",
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.18.tgz",
+1
View File
@@ -238,6 +238,7 @@
"typeface-manuale": "0.0.54",
"typeface-source-sans-pro": "0.0.54",
"typescript": "^3.0.3",
"typescript-snapshots-plugin": "^1.2.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "4.12.0",
"webpack-cli": "^3.0.2",
+6 -1
View File
@@ -13,7 +13,12 @@
"noImplicitAny": true,
"strictNullChecks": true,
"noErrorTruncation": true,
"lib": ["dom", "es6", "esnext.asynciterable"]
"lib": ["dom", "es6", "esnext.asynciterable"],
"plugins": [
{
"name": "typescript-snapshots-plugin"
}
]
},
"include": [
"./src/**/.*.js",