pull/165/head
tangjinzhou 2018-03-30 10:25:34 +08:00
parent 9858359df5
commit f88294b982
2 changed files with 1 additions and 3 deletions

View File

@ -217,8 +217,7 @@ export function mergeProps () {
} }
function isValidElement (element) { function isValidElement (element) {
const name = element.constructor.name return element && element.context && element.context._isVue
return element.tag && (name === 'VNode' || name === 'VueComponent')
} }
export { export {

View File

@ -12,7 +12,6 @@ const modulePlugin = new ExtractTextPlugin({
}) })
module.exports = merge(baseWebpackConfig, { module.exports = merge(baseWebpackConfig, {
devtool: '#source-map',
output: { output: {
path: path.resolve(__dirname, './dist'), path: path.resolve(__dirname, './dist'),
publicPath: './', publicPath: './',