webpack.config.jsmodule.exports = { entry: './src/main.js', output: { filename: 'bundle.js', }, module: { rules: [ { test: /\.md$/, ...
確定! 回上一頁