@fmsim/builder 2.0.0-beta.2 → 2.0.0-beta.4

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": "2.0.0-beta.2",
3
+ "version": "2.0.0-beta.4",
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": "7060921dd4d60b781b7bc6951728ff7775cecfa9"
86
+ "gitHead": "982659761155c952dab83edecb78bc001a405b50"
87
87
  }
package/webpack.config.js CHANGED
@@ -179,7 +179,7 @@ module.exports = {
179
179
  plugins: [
180
180
  new ThemeOverridePlugin({
181
181
  chunk: 'theme',
182
- themeFolder: path.join('client', 'themes')
182
+ themeFolder: 'themes'
183
183
  }),
184
184
  new HTMLWebpackPlugin({
185
185
  template: TemplatePath,