Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b914ad8 commit c286c02Copy full SHA for c286c02
packages/next/package.json
@@ -82,7 +82,7 @@
82
"prepublishOnly": "cd ../../ && turbo run build",
83
"types": "tsc --declaration --emitDeclarationOnly --stripInternal --declarationDir dist",
84
"typescript": "tsec --noEmit",
85
- "ncc-compiled": "ncc cache clean && taskr ncc"
+ "ncc-compiled": "taskr ncc"
86
},
87
"taskr": {
88
"requires": [
packages/next/taskfile-ncc.js
@@ -28,6 +28,7 @@ module.exports = function (task) {
28
filename: file.base,
29
minify: options.minify === false ? false : true,
30
assetBuilds: true,
31
+ cache: false,
32
...options,
33
}).then(({ code, assets }) => {
34
Object.keys(assets).forEach((key) => {
0 commit comments