-
Hello, Problem: I am not able to disable Setup: // spack.config.js`
module.exports = config({
// multiple entries
entry,
output: {
path: __dirname + "/dist/swc"
},
options: {
jsc: {
target: "es5",
},
sourceMaps: false,
inlineSourcesContent: false,
},
}); Question: How can I disable Thanks in advance 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
A half year and still no response. Webpack is still the king. |
Beta Was this translation helpful? Give feedback.
-
Probably resolved in #6519. Closing. |
Beta Was this translation helpful? Give feedback.
-
This is not solved. #4562 references this problem but idk what happened to it because it was closed without much comment. |
Beta Was this translation helpful? Give feedback.
Probably resolved in #6519. Closing.