Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Apr 29, 2019
1 parent 64559f8 commit 9d68a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createRollupConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import replace from 'rollup-plugin-replace';
import resolve from 'rollup-plugin-node-resolve';
import sourceMaps from 'rollup-plugin-sourcemaps';
import typescript from 'rollup-plugin-typescript2';
import shebangPlugin from 'rollup-plugin-preserve-shebang';
import shebangPlugin from '@jaredpalmer/rollup-plugin-preserve-shebang';

const replacements = [{ original: 'lodash', replacement: 'lodash-es' }];

Expand Down

0 comments on commit 9d68a0e

Please sign in to comment.