Skip to content

Commit

Permalink
fix: publicPath should not overwrite assetPrefix (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Aug 12, 2024
1 parent 5da76bb commit 1de085c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/builder-rsbuild/src/preview/iframe-rsbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,6 @@ export default async (
config.watchOptions = {
ignored: /node_modules/,
}
config.output = config.output || {}
config.output.publicPath = ''

config.ignoreWarnings = [
...(config.ignoreWarnings || []),
/export '\S+' was not found in 'global'/,
Expand Down

0 comments on commit 1de085c

Please sign in to comment.