我用webpack构建了一个React+Typescript包。当我运行它并在浏览器中检查控制台时,我看到了这个神秘的堆栈跟踪。 错误发生在开机后1秒内,是控制台的第一条消息。(bundle.js:2) at hs (bundle.js:2)
at Dl (bundle.js:/* Disallow inconsistently-cased references to the same file.
Webpack has been initialised using a configuration object that does not match the API schema.}
const path = require('path');
const webpack = require('<em
我刚接触JS开发,并且在Visual Studio 2013中调试JS代码时遇到过一些问题。我们的web应用程序的JS部分被WebPack捆绑到一个单独的app.bundle.js文件中,这个文件会在任何js文件发生变化时自动更新(我们使用特殊的监视脚本,使用npm)。我可以使用Chrome和debugger; derecitve来调试JS代码。它显示了正确映射的文件,路径为“webpack:/./