refactor: let vue-loader handle <template lang="xxx">

BREAKING CHANGE: vuejs/vue-loader@c954f32
This commit is contained in:
Pooya Parsa 2018-03-25 21:42:17 +04:30
parent f08c075290
commit a273f021c9
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,6 @@
import path from 'path'
import TimeFixPlugin from 'time-fix-plugin'
import webpack from 'webpack'
import _ from 'lodash'
import VueLoader from 'vue-loader'
import MiniCssExtractPlugin from 'mini-css-extract-plugin'
@ -119,9 +118,6 @@ export default class WebpackBaseConfig {
loader: 'vue-loader',
options: Object.assign({
productionMode: !this.options.dev,
template: {
doctype: 'html' // For pug, see https://github.com/vuejs/vue-loader/issues/55
},
transformAssetUrls: {
video: 'src',
source: 'src',