@dream-encode/wp-js-plugin-utils 0.2.1 → 0.2.2

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.
@@ -115,7 +115,8 @@ const createWebpackConfig = (options = {}) => {
115
115
  loader: 'sass-loader',
116
116
  options: {
117
117
  implementation: require('sass'),
118
- sourceMap: true
118
+ sourceMap: true,
119
+ api: 'modern'
119
120
  }
120
121
  }, {
121
122
  loader: require.resolve('postcss-loader'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dream-encode/wp-js-plugin-utils",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Common JS functionality used by custom WP plugins.",
5
5
  "keywords": [
6
6
  "wordpress",