首页 > 网站 > WEB开发 > 正文

webpack之旅03-output

2024-04-27 15:05:54
字体:
来源:转载
供稿:网友
{ entry: { app: './src/app.js', search: './src/search.js' }, output: { filename: '[name].js', path: __dirname + '/build' }}// writes to disk: ./build/app.js, ./build/search.js
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表