[File Version] Edit to v0.5.1

This commit is contained in:
Qolzam
2018-01-20 17:10:36 +07:00
parent 90bee38baa
commit 44200f53b4
3 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@
</div>
</div>
<script src="/bundle-v0.5.js"></script>
<script src="/bundle-v0.5.1.js"></script>
</body>
</html>

View File

@@ -15,7 +15,7 @@ console.trace = CommonAPI.logger
export const provider = new Container()
/**
* Regeister dependencies
* Register dependencies
*/
// useFirebase(provider)
// useAws(provider)

View File

@@ -64,7 +64,7 @@ module.exports = {
output: {
publicPath: '/',
path: path.resolve(__dirname, './public'),
filename: 'bundle-v0.5.js',
filename: 'bundle-v0.5.1.js',
},
resolve: {