Anil Vishwakarma
Anil Vishwakarma
Yes, I tried #27 but still getting the same error, copy-webpack-plugin module copies file successfully to the required directory but it gets deleted as build started.
**webpack.config.base.js** ```javascript /** * Base webpack config used across other specific configs */ import path from 'path'; import webpack from 'webpack'; import fs from 'fs'; import { dependencies as externals...
Hey finally its working, there was a configuration issue thanks for your help