1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-25 11:40:47 +02:00

re-instate source maps

This commit is contained in:
koalyptus 2018-06-15 20:47:30 +10:00
parent 0cd8fb2aa3
commit 946f600260
6 changed files with 7 additions and 6 deletions

View file

@ -124,7 +124,7 @@ NOTE: Be sure to merge the latest from "upstream" before making a pull request!
## Donations
To support this project simply locate the `Donate` button in the [project's
website](http://koalyptus.github.io/TableFilter/)
website](https://www.tablefilter.com/)
which points to PayPal.
Thanks to all those who supported this project in the past and to those who will
in the future!

4
dist/starter.html vendored
View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>tablefilter v0.6.41 - Starter</title>
<title>tablefilter v0.6.42 - Starter</title>
</head>
<body>
<h1>tablefilter v0.6.41</h1>
<h1>tablefilter v0.6.42</h1>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.6.41",
"version": "0.6.42",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {

View file

@ -56,6 +56,7 @@ module.exports = {
optimization: {
minimizer: [
new UglifyJsPlugin({
sourceMap: true,
uglifyOptions: {
beautify: false,
compress: {warnings: false},