Skip to content

Commit

Permalink
feat: include build
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier-Machin committed Feb 17, 2022
1 parent 9e1def0 commit 45a29ef
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
Expand Down
13 changes: 13 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"files": {
"main.css": "./static/css/main.cca9266e.css",
"main.js": "./static/js/main.c7ca81c3.js",
"index.html": "./index.html",
"main.cca9266e.css.map": "./static/css/main.cca9266e.css.map",
"main.c7ca81c3.js.map": "./static/js/main.c7ca81c3.js.map"
},
"entrypoints": [
"static/css/main.cca9266e.css",
"static/js/main.c7ca81c3.js"
]
}
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><script defer="defer" src="./static/js/main.c7ca81c3.js"></script><link href="./static/css/main.cca9266e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions build/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions build/static/css/main.cca9266e.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/css/main.cca9266e.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions build/static/js/main.c7ca81c3.js

Large diffs are not rendered by default.

56 changes: 56 additions & 0 deletions build/static/js/main.c7ca81c3.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/** @license React v0.20.2
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions build/static/js/main.c7ca81c3.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "datocms-plugin-plausible",
"author": "Odd Camp",
"homepage": "https://github.com/oddcamp/datocms-plugin-plausible",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"description": "Plausible integration for DatoCMS",
"repository": {
Expand Down

0 comments on commit 45a29ef

Please sign in to comment.