Browse Source

doh

ghi-672
Rich Harris 9 years ago
parent
commit
b848413de9
  1. 2
      bin/src/runRollup.js

2
bin/src/runRollup.js

@ -1,7 +1,7 @@
import { resolve } from 'path'; import { resolve } from 'path';
import relative from 'require-relative'; import relative from 'require-relative';
import handleError from './handleError'; import handleError from './handleError';
import SOURCEMAPPING_URL from './sourceMappingURL.js'; import SOURCEMAPPING_URL from './sourceMappingUrl.js';
const rollup = require( '../dist/rollup.js' ); // TODO make this an import, somehow const rollup = require( '../dist/rollup.js' ); // TODO make this an import, somehow

Loading…
Cancel
Save