We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document:
https://webpack.js.org/configuration/stats/#statsexcludemodules
Error Anchor:
analyse/app/pages/modules/modules.pug
Line 17 in 9637830
Line 20 in 9637830
analyse/app/pages/chunk/chunk.pug
Line 89 in 9637830
Line 92 in 9637830
The text was updated successfully, but these errors were encountered:
diff --git a/app/pages/upload/page.js b/app/pages/upload/page.js index d28a05c..46f2044 100644 --- a/app/pages/upload/page.js +++ b/app/pages/upload/page.js @@ -24,6 +24,7 @@ module.exports = function() { fileReader.readAsText(files[0]); fileReader.onload = function() { var data = fileReader.result; + data = data.replace(/"hidden modules"/g, `"hidden modules","name":"hidden modules","chunks":[]`); app.load(JSON.parse(data)); $(".modal").modal("hide"); app.loadPage.apply(app, nextPage);
😄
Sorry, something went wrong.
No branches or pull requests
Document:
https://webpack.js.org/configuration/stats/#statsexcludemodules
Error Anchor:
analyse/app/pages/modules/modules.pug
Line 17 in 9637830
analyse/app/pages/modules/modules.pug
Line 20 in 9637830
analyse/app/pages/chunk/chunk.pug
Line 89 in 9637830
analyse/app/pages/chunk/chunk.pug
Line 92 in 9637830
The text was updated successfully, but these errors were encountered: