index.js', output: { path: './dist', filename: 'bundle.js' } }; Here, entry is the path to the source of your project and webpack will analyze your entry ...
確定! 回上一頁