UNPKG

cra-template-react-ts

Version:
12 lines (10 loc) 242 B
const path = require('path') const AntdDayjsWebpackPlugin = require('antd-dayjs-webpack-plugin') module.exports = { webpack: { alias: { '@': path.resolve(__dirname, 'src') }, plugins: [new AntdDayjsWebpackPlugin()] } }