mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
build feixes
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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 ($) {
|
||||
$(document).ready(function () {
|
||||
$().peity &&
|
||||
|
||||
@@ -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');
|
||||
|
||||
const tabler = {
|
||||
|
||||
Reference in New Issue
Block a user