mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 12:55:36 -04:00
feat: added menubar
This commit is contained in:
parent
051c7e2ad5
commit
c392972f8d
6 changed files with 303 additions and 5 deletions
|
@ -20,5 +20,13 @@ module.exports = {
|
|||
devServer: {
|
||||
static: './dist',
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.css$/i,
|
||||
use: ['style-loader', 'css-loader'],
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue