Skip to content

Commit 6ed0b72

Browse files
cleanup
1 parent 4bb8aea commit 6ed0b72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/plugins/rollup/rollup.compile.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ import commonjs from '@rollup/plugin-commonjs'
66
import { terser } from 'rollup-plugin-terser'
77
import Hmr from 'rollup-plugin-hot'
88
import livereload from 'rollup-plugin-livereload'
9-
import { readFileSync } from 'fs'
109

1110
/**@param {RoxiApp} app */
1211
export default function rollupConfig(app, params, ctx) {
13-
const { pluginsCfg } = app.config.rollup
12+
const { pluginsCfg } = app.config.rollup
1413
const { distDir, bundler } = app.config.roxi //todo no longer valid
1514
const { production } = app.state
1615
const isNollup = bundler === 'nollup'

0 commit comments

Comments
 (0)