1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-05 08:03:17 +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 ## Donations
To support this project simply locate the `Donate` button in the [project's 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. which points to PayPal.
Thanks to all those who supported this project in the past and to those who will Thanks to all those who supported this project in the past and to those who will
in the future! in the future!

4
dist/starter.html vendored
View file

@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>tablefilter v0.6.41 - Starter</title> <title>tablefilter v0.6.42 - Starter</title>
</head> </head>
<body> <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", "name": "tablefilter",
"version": "0.6.41", "version": "0.6.42",
"description": "A Javascript library making HTML tables filterable and a bit more", "description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT", "license": "MIT",
"author": { "author": {

View file

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