tohshige / test

test private
0 stars 0 forks source link

webpack+TypeScript+Vue.jsの最小構成 #14

Open tohshige opened 6 years ago

tohshige commented 6 years ago

ics.media/webpack-ts-vue

webpack.json

externals: {
      jquery: '$',
      lodash: '_',  // or underscore
      vue: 'vue',
}