Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goldingdamien committed Feb 12, 2023
1 parent 26cd1b5 commit 1e71153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theopenweb/webpack-helpers",
"version": "1.5.0",
"version": "1.5.1",
"description": "Collection of webpack helpers for easily generating config.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function test() {
await g('Recipes', [
['common', () => WebpackHelpers.Recipes.common(__dirname)],
['babelLoader', () => WebpackHelpers.Recipes.babelLoader()],
['copyWebpackPluginPatterns', () => WebpackHelpers.Recipes.copyWebpackPluginPatterns()],
['copyWebpackPluginPatterns', () => WebpackHelpers.Recipes.copyWebpackPluginPatterns(['indexHTML', 'CHANGELOG', 'css', 'img'], 'dist')],
['cssLoaders', () => WebpackHelpers.Recipes.cssLoaders()],
['getCommonOutput', () => WebpackHelpers.Recipes.getCommonOutput(__dirname)],
['getWebpackMode', () => WebpackHelpers.Recipes.getWebpackMode()],
Expand Down

0 comments on commit 1e71153

Please sign in to comment.