jerrybabah / my_video_playground

video api를 이용해서 이것 저것 해보는 레포입니다.
0 stars 0 forks source link

path vs publicPath #4

Open jerrybabah opened 4 years ago

jerrybabah commented 4 years ago
module.exports = {
  entry: '',
  output: {
    /**
    * output에서 설정하는 path와 publicPath는 각각 무슨 역할이고 무슨 차이일까? 
    **/
    path: '',
    publicPath: '',
  },
  // etc...
}

path

publicPath