tree-table-vue
tree-table-vue copied to clipboard
fix: iview source compile
iview should be used like:
{
test: /iview.src.*?js$/,
loader: 'babel-loader',
},
{
test: /\.(js|jsx)$/,
include: [sourcePath],
exclude: /(node_modules|bower_components)/,
loader: [
'babel-loader?cacheDirectory',
],
},
this pulling request modified webpack config, avoid compiling problem.