@machtwatch/react-script 1.2.11-alpha.14 → 1.2.11-alpha.15

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@machtwatch/react-script",
3
- "version": "1.2.11-alpha.14",
3
+ "version": "1.2.11-alpha.15",
4
4
  "description": "Machtwatch React script",
5
5
  "author": "Danny Reza Miloen <danny@machtwatch.co.id>",
6
6
  "contributors": [],
@@ -305,7 +305,7 @@ const styleLoaders = ({ isClient }) => [
305
305
  browsers: pkg.browserslist
306
306
  }
307
307
  ],
308
- 'tailwindcss',
308
+ require.resolve('tailwindcss'),
309
309
  'postcss-modules-values',
310
310
  'postcss-flexbugs-fixes'
311
311
  ],