@fmsim/builder 0.0.60 → 0.0.61

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": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "description": "Layout View 어플리케이션 빌드를 위해 구성된 모듈입니다.",
5
5
  "main": "index.js",
6
6
  "author": "Hearty Oh <heartyoh@hatiolab.com>",
@@ -72,5 +72,5 @@
72
72
  "webpack-dev-server": "^4.11.0",
73
73
  "workbox-webpack-plugin": "^7.0.0"
74
74
  },
75
- "gitHead": "c56154b61a0f7b1278c83970f2fb6b032264bf0c"
75
+ "gitHead": "10c5ed52d2b35247bac791776fa4a88480b0a0d9"
76
76
  }
@@ -207,27 +207,27 @@ module.exports = {
207
207
  patterns: [
208
208
  {
209
209
  from: 'node_modules/@material-design-icons/font/*',
210
- to: OUTPUT_PATH,
210
+ to: OUTPUT_PATH + '/fmsim',
211
211
  context: NodeModuleParentPath
212
212
  },
213
213
  {
214
214
  from: 'node_modules/@fontsource/roboto/**/*',
215
- to: OUTPUT_PATH,
215
+ to: OUTPUT_PATH + '/fmsim',
216
216
  context: NodeModuleParentPath
217
217
  },
218
218
  {
219
219
  from: 'node_modules/@webcomponents/webcomponentsjs/*',
220
- to: OUTPUT_PATH,
220
+ to: OUTPUT_PATH + '/fmsim',
221
221
  context: NodeModuleParentPath
222
222
  },
223
223
  {
224
224
  from: 'node_modules/web-animations-js/web-animations-next.min.js*',
225
- to: OUTPUT_PATH,
225
+ to: OUTPUT_PATH + '/fmsim',
226
226
  context: NodeModuleParentPath
227
227
  },
228
228
  {
229
229
  from: 'node_modules/@hatiolab/things-scene/*.js*',
230
- to: OUTPUT_PATH,
230
+ to: OUTPUT_PATH + '/fmsim',
231
231
  noErrorOnMissing: true,
232
232
  context: NodeModuleParentPath
233
233
  }