@dream-encode/wp-js-plugin-utils 0.2.3 → 0.2.4

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.
@@ -119,8 +119,10 @@ const createWebpackConfig = (options = {}) => {
119
119
  implementation: sass,
120
120
  sourceMap: true,
121
121
  api: 'modern',
122
+ webpackImporter: false,
122
123
  sassOptions: {
123
- importers: sassImporters
124
+ importers: sassImporters,
125
+ loadPaths: [resolve(context, 'node_modules')]
124
126
  }
125
127
  }
126
128
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dream-encode/wp-js-plugin-utils",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Common JS functionality used by custom WP plugins.",
5
5
  "keywords": [
6
6
  "wordpress",