ultimate-jekyll-manager 0.0.237 → 0.0.238

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -219,7 +219,7 @@ function getSettings() {
219
219
  rules: [
220
220
  {
221
221
  test: /\.js$/,
222
- exclude: /node_modules/,
222
+ exclude: (filePath) => /node_modules/.test(filePath) && !filePath.includes(`node_modules/${package.name}/`),
223
223
  use: [
224
224
  {
225
225
  loader: 'babel-loader',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.237",
3
+ "version": "0.0.238",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {