Moar configs

This commit is contained in:
Jori Lallo
2016-05-23 23:34:44 -07:00
parent 46c8af7a9d
commit 4e92803917
7 changed files with 3 additions and 57 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
dist/*
node_modules/*
.env
npm-debug.log

File diff suppressed because one or more lines are too long

View File

@@ -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
View File

@@ -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>

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
{"version":3,"file":"styles.73791e362439b3ca0dc5.css","sources":[],"mappings":"","sourceRoot":""}

View File

@@ -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'),