refactor(@vant/cli): migrate to ESM package
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import postcss from 'postcss';
|
||||
import postcssrc from 'postcss-load-config';
|
||||
import CleanCss from 'clean-css';
|
||||
import { POSTCSS_CONFIG_FILE } from '../common/constant';
|
||||
import { POSTCSS_CONFIG_FILE } from '../common/constant.js';
|
||||
|
||||
const cleanCss = new CleanCss();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user