chore(release): don't check for NODE_ENV to set banner
This commit is contained in:
parent
326e9c0fba
commit
98ad14f2a6
1 changed files with 0 additions and 3 deletions
|
|
@ -1,11 +1,8 @@
|
||||||
import { plugins } from '../../rollup.base.config';
|
import { plugins } from '../../rollup.base.config';
|
||||||
import { checkIsReleaseReady } from '../../scripts/checkIsReleaseReady';
|
|
||||||
import { getBundleBanner } from '../../scripts/getBundleBanner';
|
import { getBundleBanner } from '../../scripts/getBundleBanner';
|
||||||
|
|
||||||
import pkg from './package.json';
|
import pkg from './package.json';
|
||||||
|
|
||||||
checkIsReleaseReady();
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
input: 'src/index.ts',
|
input: 'src/index.ts',
|
||||||
external: ['react', 'react-dom'],
|
external: ['react', 'react-dom'],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue