@jsenv/core 28.2.1 → 28.2.2

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.
package/dist/main.js CHANGED
@@ -11001,6 +11001,7 @@ const jsenvPluginAsJsClassicLibrary = ({
11001
11001
  buildDirectoryUrl: context.outDirectoryUrl
11002
11002
  },
11003
11003
  options: {
11004
+ babelHelpersChunk: false,
11004
11005
  preserveDynamicImport: true
11005
11006
  }
11006
11007
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/core",
3
- "version": "28.2.1",
3
+ "version": "28.2.2",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -66,7 +66,7 @@
66
66
  "@c88/v8-coverage": "0.1.1",
67
67
  "@financial-times/polyfill-useragent-normaliser": "2.0.1",
68
68
  "@jsenv/abort": "4.2.4",
69
- "@jsenv/ast": "1.2.0",
69
+ "@jsenv/ast": "1.2.1",
70
70
  "@jsenv/babel-plugins": "1.0.6",
71
71
  "@jsenv/filesystem": "4.1.3",
72
72
  "@jsenv/importmap": "1.2.1",
@@ -52,6 +52,7 @@ export const jsenvPluginAsJsClassicLibrary = ({
52
52
  buildDirectoryUrl: context.outDirectoryUrl,
53
53
  },
54
54
  options: {
55
+ babelHelpersChunk: false,
55
56
  preserveDynamicImport: true,
56
57
  },
57
58
  })