Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // module.exports = {
- // //...
- // devServer: {
- // port: 8000,
- // historyApiFallback: true,
- // hot: true,
- // },
- //
- // test: /\.(js|jsx)$/,
- // exclude: /node_modules/,
- // use: {
- // loader: 'babel-loader',
- // },
- // },
- // {
- // test : /\.(svg)$/,
- // use: [
- // {
- // loader: "@svgr/webpack"
- // }
- // ]
- // }
- // plugins: [
- // new webpack.HotModuleReplacementPlugin(),
- // new webpack.DefinePlugin({
- // 'process.env': JSON.stringify(process.env),
- // }),
- // new HtmlWebpackPlugin({
- // template: "./public/index.html",
- // }),
- // new CopyWebpackPlugin({
- // patterns: [
- // { from: './public/favicon.ico', to: './public'}
- // ]
- // }),
- // ],{
- // optimization:
- // {
- // minimizer: [new UglifyJsPlugin()]
- // }
- // };
Advertisement
Add Comment
Please, Sign In to add comment