@mirta/rollup 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +4 -1
  2. package/package.json +3 -2
package/dist/index.mjs CHANGED
@@ -174,7 +174,10 @@ function defineConfig(options = {}) {
174
174
  }),
175
175
  getBabelOutputPlugin({
176
176
  presets: ['@babel/preset-env'],
177
- plugins: ['@babel/plugin-transform-spread'],
177
+ plugins: [
178
+ '@babel/plugin-transform-spread',
179
+ 'array-includes',
180
+ ],
178
181
  }),
179
182
  del({
180
183
  targets: 'dist/*/_virtual',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mirta/rollup",
3
3
  "description": "Predefined Rollup configuration for wb-rules project builds.",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "license": "Unlicense",
6
6
  "keywords": [
7
7
  "mirta",
@@ -37,11 +37,12 @@
37
37
  "@rollup/plugin-babel": "^6.0.4",
38
38
  "@rollup/plugin-multi-entry": "^6.0.1",
39
39
  "@rollup/plugin-node-resolve": "^16.0.1",
40
+ "babel-plugin-array-includes": "^2.0.3",
40
41
  "del": "^8.0.0",
41
42
  "magic-string": "^0.30.17",
42
43
  "rollup-plugin-typescript2": "^0.36.0",
43
44
  "typescript": "^5.8.3",
44
- "@mirta/polyfills": "0.2.0"
45
+ "@mirta/polyfills": "0.2.1"
45
46
  },
46
47
  "devDependencies": {
47
48
  "rollup": "^4.45.1"