提交 df6718f1 编写于 作者: C codecalm

build feixes

上级 dc222a78
...@@ -24,16 +24,18 @@ let plugins = [ ...@@ -24,16 +24,18 @@ let plugins = [
]; ];
if (BUNDLE) { if (BUNDLE) {
plugins = [plugins, ...[ plugins = plugins.concat([
babel({ babel({
exclude: 'node_modules/**' exclude: 'node_modules/**'
}), }),
minify({ minify({
comments: false comments: false
}) })
]]; ]);
} }
console.log('plugins', plugins);
module.exports = { module.exports = {
context: "window", context: "window",
input: { 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 ($) { (function ($) {
$(document).ready(function () { $(document).ready(function () {
$().peity && $().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'); require('./tabler/dropdowns');
const tabler = { const tabler = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册