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.
2 parents daaa588 + 01764db commit 45b3777Copy full SHA for 45b3777
files/rollup.config.mjs
@@ -1,6 +1,7 @@
1
import { babel } from '@rollup/plugin-babel';
2
import { Addon } from '@embroider/addon-dev/rollup';
3
import { fileURLToPath } from 'node:url';
4
+import { resolve, dirname } from 'node:path';
5
6
const addon = new Addon({
7
srcDir: 'src',
0 commit comments