0👍
Since webpack treats everything as a module you can also import 'path/to/c3/style.css
. You can also use require
syntax as well.
Source:stackexchange.com
0👍
Since webpack treats everything as a module you can also import 'path/to/c3/style.css
. You can also use require
syntax as well.