vue-webpack-chrome-extension-template icon indicating copy to clipboard operation
vue-webpack-chrome-extension-template copied to clipboard

Element-UI's components don't display when running 'npm run build'

Open taturou opened this issue 7 years ago • 0 comments

Would you please tell me how to use Element-UI in the content?

I want to use Element-UI in the content_script; src/content/index.js. This trial goes well when I run 'npm run dev'. However it doesn't go well when I run 'npm run build'. Because the webpack output the CSS data to the files as 'src/css/foo.css' when only the 'build'.

taturou avatar Mar 29 '18 15:03 taturou