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) {
|
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: {
|
||||||
|
|||||||
@@ -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 &&
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user