@fmsim/builder 1.0.38 → 1.0.42

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fmsim/builder",
3
- "version": "1.0.38",
3
+ "version": "1.0.42",
4
4
  "description": "Layout View 어플리케이션 빌드를 위해 구성된 모듈입니다.",
5
5
  "main": "index.js",
6
6
  "author": "Hearty Oh <heartyoh@hatiolab.com>",
@@ -83,5 +83,5 @@
83
83
  "webpack-dev-server": "^5.2.0",
84
84
  "workbox-webpack-plugin": "^7.0.0"
85
85
  },
86
- "gitHead": "f5b6e30361db0aa27c5e38f8ce88d4ecd6841938"
86
+ "gitHead": "e0e0477fc87af8954cd11748be45bec1b59c117c"
87
87
  }
@@ -239,6 +239,7 @@ module.exports = {
239
239
  {
240
240
  from: 'node_modules/pdfjs-dist/build/*',
241
241
  to: OUTPUT_PATH,
242
+ noErrorOnMissing: true,
242
243
  context: NodeModuleParentPath
243
244
  }
244
245
  ]
package/webpack.config.js CHANGED
@@ -236,6 +236,7 @@ module.exports = {
236
236
  {
237
237
  from: 'node_modules/pdfjs-dist/build/*',
238
238
  to: OUTPUT_PATH,
239
+ noErrorOnMissing: true,
239
240
  context: NodeModuleParentPath
240
241
  }
241
242
  ]