Skip to content

Commit

Permalink
Fix compile issues
Browse files Browse the repository at this point in the history
* Upd CI

* Remove baseUrl in swc config
  • Loading branch information
alexk111 authored Jan 18, 2024
1 parent a74d84e commit 03f98fb
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 03f98fb

Please sign in to comment.