Skip to content

Commit

Permalink
Folder changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hai5nguy committed Oct 19, 2017
1 parent 043598a commit 5ae7d95
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Progressive Web App
# AKA Alpha Mu Omega App

Description
This is the mobile app for the Alpha Mu Omega chapter of AKA.

## Installation
Node v7.10.1, npm v4.2.0
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions index.html

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --history-api-fallback --open"
"start": "webpack-dev-server --hot --history-api-fallback"
},
"repository": {
"type": "git",
Expand Down
7 changes: 3 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const webpack = require('webpack');
const path = require('path');
const { resolve } = require('path');


Expand All @@ -9,11 +8,11 @@ module.exports = {
'app': [
'babel-polyfill',
'react-hot-loader/patch',
'./src/index'
'./frontend/src/index'
]
},
output: {
path: path.resolve(__dirname, './frontend/dist'),
path: resolve(__dirname, './frontend/dist'),
filename: '[name].js'
},
module: {
Expand All @@ -40,7 +39,7 @@ module.exports = {
},
{
test: [
resolve(__dirname, 'src/pwa/'),
resolve(__dirname, 'frontend/src/pwa/'),
],
use: [ 'file-loader?name=[name].[ext]' ]
},
Expand Down

0 comments on commit 5ae7d95

Please sign in to comment.