gpt4 book ai didi

webpack-dev-server 继续提供旧文件

转载 作者:行者123 更新时间:2023-12-03 15:00:53 24 4
gpt4 key购买 nike

我正在运行 webpack-dev-server 并且它一直在提供旧文件,有什么想法吗?

我已经在我的项目中删除了对 foo.js 的任何引用

enter image description here

我的 webpack 配置:

module.exports = {
context: __dirname + "/app",
entry: "./main.js",
output: {
path: __dirname + "/dist",
filename: "bundle.js"
},
devtool: "#source-map",
module: {
loaders: [
// Transpile any JavaScript file:
{test: /\.js$/, exclude: /node_modules/, loader: 'babel-loader'}
]
},
resolve: {
// you can now require('file') instead of require('file.js')
extensions: ['', '.js', '.json']
}
}

最佳答案

尝试使用这些选项:

webpack-dev-server --hot --inline

关于webpack-dev-server 继续提供旧文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29497586/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com