webpack.config.d.ts 99 字节
Newer Older
1 2 3
import webpack from 'webpack';
declare const config: webpack.Configuration;
export default config;