@mirta/rollup 0.4.9 → 0.4.10

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/runtime.mjs +1 -1
  2. package/package.json +5 -5
package/dist/runtime.mjs CHANGED
@@ -258,7 +258,7 @@ async function defineRuntimeConfig(options = {}) {
258
258
  // Транспиляция Babel
259
259
  babel({
260
260
  babelHelpers: 'bundled',
261
- extensions: ['.js', '.mjs'],
261
+ extensions: ['.ts', '.js', '.mjs'],
262
262
  presets: [
263
263
  ['@babel/preset-env', {
264
264
  exclude: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirta/rollup",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "sideEffects": false,
5
5
  "description": "Predefined Rollup configuration for wb-rules project builds",
6
6
  "keywords": [
@@ -65,10 +65,10 @@
65
65
  "rollup-plugin-copy": "^3.5.0",
66
66
  "rollup-plugin-dts": "^6.3.0",
67
67
  "find-up": "^8.0.0",
68
- "@mirta/basics": "0.4.9",
69
- "@mirta/env-loader": "0.4.9",
70
- "@mirta/workspace": "0.4.9",
71
- "@mirta/package": "0.4.9"
68
+ "@mirta/basics": "0.4.10",
69
+ "@mirta/env-loader": "0.4.10",
70
+ "@mirta/package": "0.4.10",
71
+ "@mirta/workspace": "0.4.10"
72
72
  },
73
73
  "devDependencies": {
74
74
  "rollup": "^4.55.1",