mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
15 lines
438 B
JavaScript
15 lines
438 B
JavaScript
// We need to import the CSS so that webpack will load it.
|
|
// The MiniCssExtractPlugin is used to separate it out into
|
|
// its own CSS file.
|
|
|
|
// webpack automatically bundles all modules in your
|
|
// entry points. Those entry points can be configured
|
|
// in "webpack.config.js".
|
|
//
|
|
// Import dependencies
|
|
//
|
|
|
|
// Import local files
|
|
//
|
|
// Local files can be imported directly using relative paths, for example:
|
|
// import socket from "./socket"
|