Skip to content

Commit 72242f2

Browse files
committed
more fixes
1 parent e762d37 commit 72242f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/rollup.testPageBundle.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import * as path from 'path';
2-
import { nodeResolve } from '@rollup/plugin-node-resolve';
1+
const path = require('path');
2+
const { nodeResolve } = require('@rollup/plugin-node-resolve');
33

44
const wombatDir = path.join(__dirname, '..');
55
const baseTestOutput = path.join(wombatDir, 'test', 'assets');
@@ -10,7 +10,7 @@ const noStrict = {
1010
}
1111
};
1212

13-
export default {
13+
module.exports = {
1414
input: path.join(__dirname, 'testPageBundle.js'),
1515
output: {
1616
name: 'testPageBundle',

0 commit comments

Comments
 (0)