1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-03 07:03:33 +02:00

Merge pull request #694 from koalyptus/greenkeeper/clean-webpack-plugin-2.0.1

Greenkeeper/clean webpack plugin 2.0.1
This commit is contained in:
koalyptus 2019-03-27 13:59:39 +11:00 committed by GitHub
commit f405a45d79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 529 additions and 465 deletions

4
dist/starter.html vendored
View file

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

970
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.6.85",
"version": "0.6.86",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {
@ -45,7 +45,7 @@
"babel-eslint": "10.0.0",
"babel-loader": "^8.0.2",
"babel-preset-env": "1.7.0",
"clean-webpack-plugin": "^1.0.0",
"clean-webpack-plugin": "^2.0.1",
"codecov": "3.2.0",
"diacritics": "1.3.0",
"esdoc": "1.1.0",

View file

@ -67,7 +67,9 @@ module.exports = {
]
},
plugins: [
new Clean(['dist']),
new Clean({
cleanOnceBeforeBuildPatterns: [path.join(process.cwd(), 'dist')]
}),
new webpack.optimize.AggressiveMergingPlugin(),
new StringReplacePlugin(),
new webpack.optimize.MinChunkSizePlugin({

View file

@ -23,7 +23,9 @@ module.exports = {
},
devtool: 'source-map',
plugins: [
new Clean(['dist']),
new Clean({
cleanOnceBeforeBuildPatterns: [path.join(process.cwd(), 'dist')]
}),
new webpack.LoaderOptionsPlugin({
debug: true,
options: {