Skip to content

Commit 45b3777

Browse files
Merge pull request #16 from getflights/rollup-config-missing-node-path-imports
add missing imports from node:path to rollup config
2 parents daaa588 + 01764db commit 45b3777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/rollup.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { babel } from '@rollup/plugin-babel';
22
import { Addon } from '@embroider/addon-dev/rollup';
33
import { fileURLToPath } from 'node:url';
4+
import { resolve, dirname } from 'node:path';
45

56
const addon = new Addon({
67
srcDir: 'src',

0 commit comments

Comments
 (0)