@mirta/rollup 0.0.7 → 0.1.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 +1 -0
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -174,6 +174,7 @@ function defineConfig(options = {}) {
174
174
  }),
175
175
  getBabelOutputPlugin({
176
176
  presets: ['@babel/preset-env'],
177
+ plugins: ['@babel/plugin-transform-spread'],
177
178
  }),
178
179
  del({
179
180
  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.0.7",
4
+ "version": "0.1.1",
5
5
  "license": "Unlicense",
6
6
  "keywords": [
7
7
  "mirta",
@@ -41,7 +41,7 @@
41
41
  "magic-string": "^0.30.17",
42
42
  "rollup-plugin-typescript2": "^0.36.0",
43
43
  "typescript": "^5.8.3",
44
- "@mirta/polyfills": "0.0.7"
44
+ "@mirta/polyfills": "0.1.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "rollup": "^4.45.1"