diff --git a/components/index.tsx b/components/index.tsx index 5264e5ce47..c075a20eb0 100644 --- a/components/index.tsx +++ b/components/index.tsx @@ -1,3 +1,4 @@ +/* @remove-on-es-build-begin */ // this file is not used if use https://github.com/ant-design/babel-plugin-import const ENV = process.env.NODE_ENV; if (ENV !== 'production' && @@ -10,6 +11,7 @@ if (ENV !== 'production' && 'please use https://www.npmjs.com/package/babel-plugin-import to reduce app bundle size.', ); } +/* @remove-on-es-build-end */ export { default as Affix } from './affix';