[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-plugin-utils. A bunch of utilities to help you create and maintain plugins for Tailwind. www.npmjs.com/package/@hacknug/tailwindcss-plugin-utils
0

Configure Feed

Select the types of activity you want to include in your feed.

Make sure Babel's targetting Tailwind's required node version

Nestor Vera (Jul 15, 2019, 4:35 PM +0200) 8b2e940c b0221b25

+1 -1
+1 -1
babel.config.js
··· 1 1 module.exports = { 2 2 presets: [ 3 - ['@babel/preset-env', { targets: { node: 'current' } }], 3 + ['@babel/preset-env', { targets: { node: '8' } }], 4 4 ], 5 5 }