@forge/bundler 4.17.0-next.4 → 4.17.0-next.6

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,19 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.17.0-next.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7dae3d7]
8
+ - @forge/cli-shared@5.0.1-next.2
9
+ - @forge/lint@5.2.0-next.3
10
+
11
+ ## 4.17.0-next.5
12
+
13
+ ### Patch Changes
14
+
15
+ - 8e5e3cc: Ignore Webpack performance warning
16
+
3
17
  ## 4.17.0-next.4
4
18
 
5
19
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"nativeui.d.ts","sourceRoot":"","sources":["../../src/config/nativeui.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,aAAa,EAAE,MAAM,SAAS,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAMtC,eAAO,MAAM,sBAAsB,gBAAiB,UAAU,EAAE,KAAG,aAqElE,CAAC"}
1
+ {"version":3,"file":"nativeui.d.ts","sourceRoot":"","sources":["../../src/config/nativeui.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,aAAa,EAAE,MAAM,SAAS,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAMtC,eAAO,MAAM,sBAAsB,gBAAiB,UAAU,EAAE,KAAG,aAwElE,CAAC"}
@@ -26,6 +26,9 @@ const getNativeUiBuildConfig = (entrypoints) => {
26
26
  node: {
27
27
  __dirname: true
28
28
  },
29
+ performance: {
30
+ hints: false
31
+ },
29
32
  plugins: [
30
33
  new html_webpack_plugin_1.default({
31
34
  filename: 'index.html'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.17.0-next.4",
3
+ "version": "4.17.0-next.6",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -21,8 +21,8 @@
21
21
  "@babel/preset-typescript": "^7.23.3",
22
22
  "@forge/api": "3.7.1-next.0",
23
23
  "@forge/babel-plugin-transform-ui": "1.1.18",
24
- "@forge/cli-shared": "5.0.1-next.1",
25
- "@forge/lint": "5.2.0-next.2",
24
+ "@forge/cli-shared": "5.0.1-next.2",
25
+ "@forge/lint": "5.2.0-next.3",
26
26
  "@forge/util": "1.4.3",
27
27
  "assert": "^2.1.0",
28
28
  "babel-loader": "^8.3.0",