commercelayer
Advanced tools
Comparing version 1.9.17 to 1.9.18
{ | ||
"name": "commercelayer", | ||
"version": "1.9.17", | ||
"version": "1.9.18", | ||
"description": "The Official Commerce Layer JS library", | ||
@@ -39,5 +39,9 @@ "main": "./src/main.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.7.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.6.2", | ||
"@babel/preset-env": "^7.7.1", | ||
"babel-loader": "^8.0.6", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.9" | ||
"webpack-cli": "^3.3.10" | ||
} | ||
} |
@@ -21,5 +21,21 @@ const path = require('path') | ||
module.exports = [ | ||
devConfig, | ||
prodConfig | ||
] | ||
module.exports = { | ||
...devConfig, | ||
...prodConfig, | ||
module: { | ||
rules: [ | ||
{ | ||
test: /\.m?js$/, | ||
//exclude: /(node_modules|bower_components)/, | ||
exclude:[], | ||
use: { | ||
loader: 'babel-loader', | ||
options: { | ||
presets: ['@babel/preset-env'], | ||
plugins: ['@babel/plugin-proposal-object-rest-spread'] | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} |
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
345242
2535
6