1
0
Fork 0

chore(release): don't check for NODE_ENV to set banner

This commit is contained in:
François Chalifour 2020-08-26 15:40:59 +02:00
parent 326e9c0fba
commit 98ad14f2a6

View file

@ -1,11 +1,8 @@
import { plugins } from '../../rollup.base.config';
import { checkIsReleaseReady } from '../../scripts/checkIsReleaseReady';
import { getBundleBanner } from '../../scripts/getBundleBanner';
import pkg from './package.json';
checkIsReleaseReady();
export default {
input: 'src/index.ts',
external: ['react', 'react-dom'],