chore : update build config (#14821)

pull/11973/head
Chen Tao 2019-04-17 16:35:19 +08:00 committed by hetech
parent f19b9f13c6
commit 76b37027b9
2 changed files with 1 additions and 13 deletions

View File

@ -46,4 +46,4 @@ exports.vue = {
amd: 'vue'
};
exports.jsexclude = /node_modules|utils\/popper\.js|utils\/date.\js/;
exports.jsexclude = /node_modules|utils\/popper\.js|utils\/date\.js/;

View File

@ -61,18 +61,6 @@ module.exports = {
preserveWhitespace: false
}
}
},
{
test: /\.css$/,
loaders: ['style-loader', 'css-loader']
},
{
test: /\.(svg|otf|ttf|woff2?|eot|gif|png|jpe?g)(\?\S*)?$/,
loader: 'url-loader',
query: {
limit: 10000,
name: path.posix.join('static', '[name].[hash:7].[ext]')
}
}
]
},