Moar configs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
dist/*
|
||||
node_modules/*
|
||||
.env
|
||||
npm-debug.log
|
||||
|
||||
49
dist/bundle.73791e362439b3ca0dc5.js
vendored
49
dist/bundle.73791e362439b3ca0dc5.js
vendored
File diff suppressed because one or more lines are too long
1
dist/bundle.73791e362439b3ca0dc5.js.map
vendored
1
dist/bundle.73791e362439b3ca0dc5.js.map
vendored
@@ -1 +0,0 @@
|
||||
{"version":3,"file":"bundle.73791e362439b3ca0dc5.js","sources":["webpack:///bundle.73791e362439b3ca0dc5.js","webpack:///"],"mappings":"AAAA;ACwwHA;AAy/EA;AAyiFA;AA28FA;AAr1IA;AA45IA;;;;;AAo9GA;;;;;AA2hFA;AAm7GA;;;;;;;;;;;;;;AAk0CA;AAkrHA;AAgqEA;AAilEA;AA0qEA;AAogEA;AA8wFA;AAonIA;AAyuEA;AAkgEA;AA4gDA;AAmjJA;AAg6EA;AAw2HA;AAkhIA;AAg6EA;AA8zEA","sourceRoot":""}
|
||||
4
dist/index.html
vendored
4
dist/index.html
vendored
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Beautiful Atlas</title>
|
||||
<link href="/static/styles.73791e362439b3ca0dc5.css" rel="stylesheet"></head>
|
||||
<link href="/static/styles.d057ef1ee4e62b44d2e8.css" rel="stylesheet"></head>
|
||||
<body style='display: flex; width: 100%'>
|
||||
<div id="root" style='display: flex; width: 100%'></div>
|
||||
<script type="text/javascript">
|
||||
@@ -15,5 +15,5 @@
|
||||
// });
|
||||
// };
|
||||
</script>
|
||||
<script type="text/javascript" src="/static/bundle.73791e362439b3ca0dc5.js"></script></body>
|
||||
<script type="text/javascript" src="/static/bundle.d057ef1ee4e62b44d2e8.js"></script></body>
|
||||
</html>
|
||||
2
dist/styles.73791e362439b3ca0dc5.css
vendored
2
dist/styles.73791e362439b3ca0dc5.css
vendored
File diff suppressed because one or more lines are too long
1
dist/styles.73791e362439b3ca0dc5.css.map
vendored
1
dist/styles.73791e362439b3ca0dc5.css.map
vendored
@@ -1 +0,0 @@
|
||||
{"version":3,"file":"styles.73791e362439b3ca0dc5.css","sources":[],"mappings":"","sourceRoot":""}
|
||||
@@ -11,8 +11,6 @@ var definePlugin = new webpack.DefinePlugin({
|
||||
SLACK_REDIRECT_URI: process.env.SLACK_REDIRECT_URI,
|
||||
});
|
||||
|
||||
console.log("DIR: ", path.join(__dirname));
|
||||
|
||||
module.exports = {
|
||||
output: {
|
||||
path: path.join(__dirname, 'dist'),
|
||||
|
||||
Reference in New Issue
Block a user