Skip to content

Commit

Permalink
chore : update build config (ElemeFE#14821)
Browse files Browse the repository at this point in the history
  • Loading branch information
abc3660170 authored and ziyoung committed Apr 17, 2019
1 parent f19b9f1 commit 76b3702
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/;
12 changes: 0 additions & 12 deletions build/webpack.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]')
}
}
]
},
Expand Down

0 comments on commit 76b3702

Please sign in to comment.