1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-28 12:52:49 +02:00

Fix clean-webpack-plugin usage as not backwards compatible

This commit is contained in:
koalyptus 2019-03-27 13:49:35 +11:00
parent e13201733d
commit fbe43b1db4
9 changed files with 473 additions and 473 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

924
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": {

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: {