文件名称:Webpack样板
文件大小:167KB
文件格式:ZIP
更新时间:2024-03-15 23:05:50
TypeScript
Webpack样板 node-gyp问题 在某些版本的OSX上安装可能会导致node-gyp错误 Error: gyp failed with exit code: 1 libpng问题 在某些版本的OSX上安装可能会而引发错误: Module build failed: Error: dyld: Library not loaded: /usr/local/opt/libpng/lib/libpng16.16.dylib 这可以通过在安装最新版本的libpng来解决: brew install libpng autoconf问题 在某些版本Linux上安装可能会显示autoconf错误 Error: Command failed: /bin/sh -c autoreconf -ivf 修复此安装dh-autoreconf。 : apt-get install dh-autorec
【文件预览】:
webpack-boilerplate-master
----.gitignore(556B)
----.babelrc(338B)
----package.json(3KB)
----package-lock.json(683KB)
----src()
--------assets()
--------static()
--------pages()
----.nvmrc(2B)
----postcss.config.js(79B)
----LICENSE(1KB)
----tsconfig.json(269B)
----.env(24B)
----webpack.config.ts(3KB)
----.browserslistrc(71B)
----.eslintrc.js(378B)
----README.md(1KB)
----.eslintignore(224B)
----.gitattributes(4KB)
----webpack.parts.ts(7KB)
----.prettierrc(52B)