CatWithWings

Results 2 issues of CatWithWings

1. 系统:windows10,浏览器chrome 69.0.3497, 2. 项目使用了create-react-app的webpack4版本以及config-overrides扩展内置配置, skeletonPlugin 配置如下: const skeletonPlugin = () => { new SkeletonPlugin({ pathname: path.resolve(__dirname, `./shell`), // the path to store shell file staticDir: path.resolve(__dirname, './build'), // the...

I use it with webpack like this: `import JSEncrypt from '../../static/js/jsencrypt/jsencrypt'; let encrypt = new JSEncrypt(); ` but it get an error code: _jsencrypt2.default is not a constructor