Replies: 1 comment
-
You can just use new StatoscopeWebpackPlugin({
open: 'file'
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current workflow:
npm run build:inspect
for generate stats.jsonCan be:
npm run build:inspect
generate stats even without save to file, and open https://statoscope.tech/ with this statsHow?
Like what does termbin.com
webpack --profile --json | nc statoscope.tech 9999
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions