tree-table-vue icon indicating copy to clipboard operation
tree-table-vue copied to clipboard

fix: iview source compile

Open mycoin opened this issue 6 years ago • 0 comments

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.

mycoin avatar Feb 03 '19 06:02 mycoin