1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00

build feixes

This commit is contained in:
codecalm
2019-10-27 17:27:40 +01:00
parent dc222a7852
commit df6718f1ed
3 changed files with 4 additions and 16 deletions

View File

@@ -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: {

View File

@@ -1,10 +1,3 @@
/*
* 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 &&

View File

@@ -1,10 +1,3 @@
/*
* 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 = {