mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-14 14:45:47 +01:00
* Upgrade Webpack to v4 * Upgrade Mocha * Export unminfied and minified version * Add browserslistrc * Remove core.js polyfills * Run bundle size on pre push * Run bundlesize last * Update readme gzip side
11 lines
183 B
Text
11 lines
183 B
Text
{
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-modules-commonjs",
|
|
["@babel/plugin-transform-spread", {
|
|
"loose": true
|
|
}]
|
|
]
|
|
}
|