mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 12:55:36 -04:00
feat: menubar component
This commit is contained in:
parent
8cc79da6d9
commit
700adae40c
9 changed files with 5203 additions and 0 deletions
7
dynamicProgrammingExamples/webpack.prod.js
Normal file
7
dynamicProgrammingExamples/webpack.prod.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const { merge } = require('webpack-merge');
|
||||
const common = require('./webpack.common.js');
|
||||
|
||||
|
||||
module.exports = merge(common, {
|
||||
mode: 'production',
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue