Commit 244e54dd by liguokang

feat:

parent 38118992
src/static
......@@ -2,7 +2,7 @@
* @Author: liguokang
* @Date: 2021-07-14 20:36:28
* @LastEditors: liguokang
* @LastEditTime: 2021-07-15 10:05:20
* @LastEditTime: 2021-07-15 11:09:40
* @Description:
* @Copyrigh: ©2021 杭州杰竞科技有限公司 版权所有
*/
......@@ -32,7 +32,6 @@ module.exports = withLessExcludeAntd({
webpack(config, options) {
config.resolve.alias['@'] = path.join(__dirname, 'common');
config.resolve.alias['components'] = path.join(__dirname, 'components');
config.resolve.alias['baseTemplate'] = path.join(__dirname, 'baseTemplate');
config.resolve.alias['static'] = path.join(__dirname, 'static');
return config;
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment