Skip to content

Commit

Permalink
[fixed] deploy path
Browse files Browse the repository at this point in the history
Reviewers: O3 Material JavaScript platform reviewers, #material_motion, O2 Material Motion, featherless

Reviewed By: #material_motion, O2 Material Motion, featherless

Tags: #material_motion

Differential Revision: http://codereview.cc/D2487
  • Loading branch information
appsforartists committed Jan 12, 2017
1 parent d84494f commit 514adc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/demos-react/.pundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const mainTSConfig = require('../../tsconfig');
module.exports = {
entry: ['./src/mount.tsx'],
output: {
bundlePath: '/dist/bundle.js',
bundlePath: './site/dist/bundle.js',
sourceMap: true,
sourceMapPath: '/dist/bundle.js.map',
sourceMapPath: './site/dist/bundle.js.map',
},
server: {
port: 8080,
Expand Down

0 comments on commit 514adc7

Please sign in to comment.