mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
chore: fix eslint
This commit is contained in:
parent
5f9ed372f4
commit
c1b1d8c3c4
@ -1,3 +1,4 @@
|
||||
/* eslint-disable no-template-curly-in-string */
|
||||
import Pagination from 'rc-pagination/lib/locale/et_EE';
|
||||
import DatePicker from '../date-picker/locale/et_EE';
|
||||
import TimePicker from '../time-picker/locale/et_EE';
|
||||
@ -132,4 +133,4 @@ const localeValues: Locale = {
|
||||
},
|
||||
};
|
||||
|
||||
export default localeValues;
|
||||
export default localeValues;
|
||||
|
@ -86,7 +86,6 @@ module.exports = {
|
||||
react: require.resolve('react'),
|
||||
};
|
||||
} else if (process.env.ESBUILD) {
|
||||
console.log('Enable ESBUILD');
|
||||
// use esbuild
|
||||
config.optimization.minimizer = [
|
||||
new ESBuildMinifyPlugin({
|
||||
|
Loading…
Reference in New Issue
Block a user