Hello, I have the following webpack.config.js file, which I would like to run in production mode from my console.
const webpack = require('webpack')
const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin');
const path =...
asked by
14.06.2017 / 14:41