Skip to content

Commit a1e42cc

Browse files
another rebuild
1 parent 7ad48cd commit a1e42cc

10 files changed

+59
-1
lines changed
1.83 MB
Loading
91.8 KB
Loading
99.9 KB
Loading
149 KB
Loading
136 KB
Loading

bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle.js.LICENSE.txt

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
Copyright (c) 2018 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/**
14+
* A better abstraction over CSS.
15+
*
16+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
17+
* @website https://github.com/cssinjs/jss
18+
* @license MIT
19+
*/
20+
21+
/** @license React v0.20.2
22+
* scheduler.production.min.js
23+
*
24+
* Copyright (c) Facebook, Inc. and its affiliates.
25+
*
26+
* This source code is licensed under the MIT license found in the
27+
* LICENSE file in the root directory of this source tree.
28+
*/
29+
30+
/** @license React v16.13.1
31+
* react-is.production.min.js
32+
*
33+
* Copyright (c) Facebook, Inc. and its affiliates.
34+
*
35+
* This source code is licensed under the MIT license found in the
36+
* LICENSE file in the root directory of this source tree.
37+
*/
38+
39+
/** @license React v17.0.2
40+
* react-dom.production.min.js
41+
*
42+
* Copyright (c) Facebook, Inc. and its affiliates.
43+
*
44+
* This source code is licensed under the MIT license found in the
45+
* LICENSE file in the root directory of this source tree.
46+
*/
47+
48+
/** @license React v17.0.2
49+
* react.production.min.js
50+
*
51+
* Copyright (c) Facebook, Inc. and its affiliates.
52+
*
53+
* This source code is licensed under the MIT license found in the
54+
* LICENSE file in the root directory of this source tree.
55+
*/
286 KB
Loading

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Knight Coder LLC | Software Solutions</title><meta name="author" content=""><meta name="description" content=""><meta name="viewport" content="width=device-width,initial-scale=1"><link href="https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap" rel="stylesheet"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"><script defer="defer" src="bundle.js"></script></head><body><div id="root"></div></body></html>

widgets/portfolio/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const path = require('path');
77
module.exports = {
88
entry: ['./src/index.tsx'],
99
output: {
10-
path: path.resolve(__dirname, './build'),
10+
path: path.resolve(__dirname, '../../'),
1111
filename: 'bundle.js'
1212
},
1313
node: {

0 commit comments

Comments
 (0)