1 const rules
= require('./webpack.rules');
2 const plugins
= require('./webpack.plugins');
5 * @type {import('webpack').Configuration}
9 * This is the main entry point for your application, it's the first file
10 * that runs in the main process.
12 entry
: './src/main.ts',
13 // Put your normal webpack config below here
22 extensions
: ['.js', '.ts', '.jsx', '.tsx', '.css', '.json'],