How to use @abcnews/aunty - 1 common examples

To help you get started, we’ve selected a few @abcnews/aunty examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github abcnews / aunty / templates / preact-story / webpack.config.js View on Github external
const { webpackConfig } = require('@abcnews/aunty/webpacker');

let config = webpackConfig();

config.resolve = {
    alias: {
        react: 'preact-compat',
        'react-dom': 'preact-compat'
    }
};

module.exports = config;

@abcnews/aunty

A toolkit for working with ABC News projects

MIT
Latest version published 3 months ago

Package Health Score

62 / 100
Full package analysis

Popular @abcnews/aunty functions

Similar packages