mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(webpack) output: pathInfo
This commit is contained in:
parent
828ab6cf4b
commit
5232186a3b
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ module.exports = {
|
|||
output: {
|
||||
filename: '[name].js',
|
||||
path: isDev ? distDev : dist,
|
||||
pathinfo: isDev,
|
||||
libraryTarget: 'umd'
|
||||
},
|
||||
plugins,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue