We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9e82b commit 34c68fdCopy full SHA for 34c68fd
rollup.config.prod.js
@@ -7,7 +7,6 @@ import { nodeResolve } from '@rollup/plugin-node-resolve'
7
import ts from '@rollup/plugin-typescript'
8
import { terser } from 'rollup-plugin-terser'
9
import typescript from 'typescript'
10
-import { fileURLToPath } from 'node:url'
11
import replaceBeforeSaveFile from './rollup-plugins/replace-before-save-file.js'
12
import * as pkg from './package.json'
13
@@ -26,7 +25,6 @@ const banner = `
26
25
const external = [
27
...Object.keys(pkg.peerDependencies ?? {}),
28
...Object.keys(pkg.dependencies ?? {}),
29
- fileURLToPath(new URL('temp-path-for-styles', import.meta.url)),
30
]
31
32
const buildFormats = [
0 commit comments