Skip to content

Commit 34c68fd

Browse files
committed
chore: remove unecessary config from rollup build
1 parent 4f9e82b commit 34c68fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rollup.config.prod.js

-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { nodeResolve } from '@rollup/plugin-node-resolve'
77
import ts from '@rollup/plugin-typescript'
88
import { terser } from 'rollup-plugin-terser'
99
import typescript from 'typescript'
10-
import { fileURLToPath } from 'node:url'
1110
import replaceBeforeSaveFile from './rollup-plugins/replace-before-save-file.js'
1211
import * as pkg from './package.json'
1312

@@ -26,7 +25,6 @@ const banner = `
2625
const external = [
2726
...Object.keys(pkg.peerDependencies ?? {}),
2827
...Object.keys(pkg.dependencies ?? {}),
29-
fileURLToPath(new URL('temp-path-for-styles', import.meta.url)),
3028
]
3129

3230
const buildFormats = [

0 commit comments

Comments
 (0)