mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 04:45:36 -04:00
Weather app (#10)
* feat: base class added and api * feat: async method/conversions * feat: added styling and ui * feat: added some colors * feat: project complete
This commit is contained in:
parent
8cc79da6d9
commit
4d2291815a
13 changed files with 5771 additions and 0 deletions
6
weather/webpack.prod.js
Normal file
6
weather/webpack.prod.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
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