Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "cori", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Cori is a web component framework", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cori.js", |
@@ -29,3 +29,28 @@ const fs = require('fs') | ||
use: [{ | ||
loader: 'babel-loader' | ||
loader: 'babel-loader', | ||
options: { | ||
"presets": [ | ||
[ | ||
"env", | ||
{ | ||
"modules": false, | ||
"targets": { | ||
"browsers": [ | ||
"last 2 versions", | ||
"safari >= 7", | ||
"ie >= 9" | ||
] | ||
} | ||
} | ||
] | ||
], | ||
"plugins": [ | ||
"syntax-dynamic-import", | ||
"transform-object-rest-spread", | ||
"transform-async-to-generator", | ||
"transform-decorators-legacy", | ||
"transform-class-properties" | ||
] | ||
} | ||
}] | ||
@@ -32,0 +57,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
427190
79
5401