@@ -73,7 +73,6 @@ export async function buildBundle(options: BuildOptions) {
|
||||
configs.push(
|
||||
await createConfig(publicPaths, {
|
||||
...commonConfigOptions,
|
||||
publicSubPath: '/public',
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
@@ -220,7 +220,6 @@ DEPRECATION WARNING: React Router Beta is deprecated and support for it will be
|
||||
config,
|
||||
await createConfig(publicPaths, {
|
||||
...commonConfigOptions,
|
||||
publicSubPath: '/public',
|
||||
}),
|
||||
])
|
||||
: webpack(config);
|
||||
|
||||
Reference in New Issue
Block a user