From e135305f25d8796b3dd7aff3bebc64204c0ab487 Mon Sep 17 00:00:00 2001 From: Ben Heidemann <56122437+bcheidemann@users.noreply.github.com> Date: Mon, 15 Nov 2021 23:09:46 +0000 Subject: [PATCH] Fix Issue 790 and 791 (#795) * fix: distribute shims and webpack folders to NPM * docs: update README.md --- README.md | 4 ++-- package.json | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5fc5c4..2710980 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ module.exports = { --- **NOTE** -Previously it was recommended to access the `FilerWebpackPlugin` class by importing the main filer module. This was depracated due [this issue](https://github.com/filerjs/filer/issues/790). For anyone using ***filer version 1.3.1 or earlier***, please import the plugin class like this: +Previously it was recommended to access the `FilerWebpackPlugin` class by importing the main filer module. This was depracated due [this issue](https://github.com/filerjs/filer/issues/790). For anyone using ***filer version 1.4.0 or earlier***, please import the plugin class like this: ```javascript var FilerWebpackPlugin = require('filer/src/webpack-plugin'); @@ -101,7 +101,7 @@ options object. // webpack.config.js module.exports = { plugins: [ - new filer.FilerWebpackPlugin({ + new FilerWebpackPlugin({ // Options }), ], diff --git a/package.json b/package.json index 53b9896..a1f2da4 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,9 @@ "files": [ "src", "lib", - "dist" + "dist", + "shims", + "webpack" ], "nyc": { "exclude": [