Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/FreeterApp/Freeter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexk111 committed Jan 18, 2024
2 parents f045de9 + 03f98fb commit 47262b4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion webpack.main.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ module.exports = {
options: {
jsc: {
target: configFileObj.target,
baseUrl: './src/',
paths: configFileObj.paths,
},
},
Expand Down
1 change: 0 additions & 1 deletion webpack.preload.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ module.exports = {
options: {
jsc: {
target: configFileObj.target,
baseUrl: './src/',
paths: configFileObj.paths,
},
},
Expand Down
1 change: 0 additions & 1 deletion webpack.renderer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ module.exports = {
options: {
jsc: {
target: configFileObj.target,
baseUrl: './src/',
paths: configFileObj.paths,
transform: {
react: {
Expand Down

0 comments on commit 47262b4

Please sign in to comment.