UNPKG

apple-touch-icons-webpack-plugin

Version:

a webpack plugin for automatically creating apple touch icons and launch screens

16 lines (15 loc) 293 B
module.exports = () => ({ mode: 'development', devtool: 'source-maps', output: { filename: 'bundle.js' }, module: { rules: [ { test: /\.css$/, use: ['style-loader', 'css-loader'] } ] } });