Skip to content

Commit f36fe99

Browse files
committed
Cleanup
1 parent d77f562 commit f36fe99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Components/Web.JS/rollup.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import path from 'path';
22
import { fileURLToPath } from 'url';
3+
import createBaseConfig from '../Shared.JS/rollup.config.mjs';
34

45
const __filename = fileURLToPath(import.meta.url);
56
const __dirname = path.dirname(__filename);
67

7-
import createBaseConfig from '../Shared.JS/rollup.config.mjs';
8-
98
export default createBaseConfig({
109
inputOutputMap: {
1110
'blazor.server': './src/Boot.Server.ts',

0 commit comments

Comments
 (0)