We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95b4fb commit 93600faCopy full SHA for 93600fa
src/Components/Web.JS/rollup.config.mjs
@@ -1,11 +1,10 @@
1
import path from 'path';
2
import { fileURLToPath } from 'url';
3
+import createBaseConfig from '../Shared.JS/rollup.config.mjs';
4
5
const __filename = fileURLToPath(import.meta.url);
6
const __dirname = path.dirname(__filename);
7
-import createBaseConfig from '../Shared.JS/rollup.config.mjs';
8
-
9
export default createBaseConfig({
10
inputOutputMap: {
11
'blazor.server': './src/Boot.Server.ts',
0 commit comments