提交 df6718f1 编写于 作者: C codecalm

build feixes

上级 dc222a78
......@@ -24,16 +24,18 @@ let plugins = [
];
if (BUNDLE) {
plugins = [plugins, ...[
plugins = plugins.concat([
babel({
exclude: 'node_modules/**'
}),
minify({
comments: false
})
]];
]);
}
console.log('plugins', plugins);
module.exports = {
context: "window",
input: {
......
/*
* Tabler Charts (v0.9.0)
* Copyright 2018-2019 The Tabler Authors
* Copyright 2018-2019 codecalm
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
(function ($) {
$(document).ready(function () {
$().peity &&
......
/*
* Tabler (v0.9.0)
* Copyright 2018-2019 The Tabler Authors
* Copyright 2018-2019 codecalm
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
require('./tabler/dropdowns');
const tabler = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册