ice-plugin-webpack
v1.5.0
Published
🦜 ice plugin webpack
Downloads
5
Readme
ice-plugin-webpack
[
'ice-plugin-webpack', {
cacheGroups: [
{
name: 'react',
test: /[\\/]node_modules[\\/]react(.*)/
}
],
pages: {
main: {
entry: './src/pages/main/app.tsx',
template: './public/index.html',
filename: 'index.html',
chunks: ['main']
},
login: {
entry: './src/pages/main/app.tsx',
template: './public/login.html',
filename: 'login.html',
chunks: ['login']
}
}
}
]