@forge/bundler 3.0.0-next.8 → 3.0.0-next.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 3.0.0-next.9
4
+
5
+ ### Minor Changes
6
+
7
+ - 057cdfcc: Fix webpack exportsFields config
8
+
9
+ ### Patch Changes
10
+
11
+ - @forge/cli-shared@2.2.2-next.6
12
+ - @forge/lint@3.0.1-next.6
13
+
3
14
  ## 3.0.0-next.8
4
15
 
5
16
  ### Patch Changes
package/out/webpack.js CHANGED
@@ -181,7 +181,7 @@ const getBuildConfig = (entrypoints, config) => {
181
181
  performance: false,
182
182
  resolve: {
183
183
  mainFields: ['main', 'module'],
184
- exportsFields: ['node'],
184
+ exportsFields: [],
185
185
  alias: getCustomModulesAliases(),
186
186
  extensions: ['.ts', '.tsx', '.js', '.jsx', '.json']
187
187
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "3.0.0-next.8",
3
+ "version": "3.0.0-next.9",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -21,8 +21,8 @@
21
21
  "@forge/api": "2.6.0",
22
22
  "@forge/babel-plugin-transform-ui": "1.1.0",
23
23
  "babel-loader": "^8.2.3",
24
- "@forge/cli-shared": "2.2.2-next.5",
25
- "@forge/lint": "3.0.1-next.5",
24
+ "@forge/cli-shared": "2.2.2-next.6",
25
+ "@forge/lint": "3.0.1-next.6",
26
26
  "chalk": "^2.4.2",
27
27
  "memfs": "^3.4.1",
28
28
  "node-libs-browser": "^2.2.1",