提交 cc09478a 编写于 作者: J Joe Haddad 提交者: Tim Neutkens

Disable terser on .min.js input files (#7008)

This skips re-compressing already minified files.
上级 3add5380
......@@ -226,6 +226,7 @@ export default function getBaseWebpackConfig (dir: string, {dev = false, debug =
rules: [
selectivePageBuilding && !isServer && {
test: /\.(js|mjs|jsx)$/,
exclude: /\.min\.(js|mjs|jsx)$/,
use: {
loader: 'next-minify-loader',
options: { terserOptions: { safari10: true, compress: true, mangle: false } }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册