Skip to content

Commit

Permalink
update webpack hot-reload to new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tikiatua committed Dec 7, 2016
1 parent ed686b1 commit 110f35d
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions webpack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 8,29 @@ LABEL copyright="Departement Klinische Forschung, Basel, Switzerland. 2015"

# INSTALL WEBPACK, THE WEBPACK-DEV-SERVER AND CROSS-ENV
RUN npm install -g \
webpack@1.13.1
webpack@1.14.0

RUN npm install -g \
webpack-dev-server@1.14.1
webpack-dev-server@1.16.1

RUN npm install -g \
[email protected].1
[email protected].3

# INSTALL BABEL FOR COMPILE JAVASCRIPT
RUN npm install -g \
[email protected].4 \
babel-core@6.13.2 \
babel-plugin-transform-runtime@6.12.0 \
babel-preset-es2015@6.13.2 \
babel-preset-stage-0@6.5.0 \
[email protected].8 \
babel-core@6.18.2 \
babel-plugin-transform-runtime@6.15.0 \
babel-preset-es2015@6.18.0 \
babel-preset-stage-0@6.16.0 \
[email protected]

# INSTALL SOME WEBPACK LOADERS
RUN npm install -g \
[email protected] \
[email protected] \
css-loader@0.25.0 \
stylus-loader@2.1.2 \
css-loader@0.26.1 \
stylus-loader@2.4.0 \
[email protected] \
[email protected]

Expand All @@ -40,14 40,15 @@ RUN npm install -g \

# INSTALL THE JEET STYLUS LIBRARY
RUN npm install -g \
jeet@6.0.0
jeet@7.1.0

# INSTALL VUE LOADERS
RUN npm install -g \
vue-loader@9.5.1 \
vue-loader@10.0.2 \
[email protected] \
[email protected] \
[email protected]
[email protected] \
[email protected]

# COPY THE HOT RELOAD UTILITY INTO THE BIN DIRECTORY
COPY hot-reload_linux_amd64 /bin/hot-reload
Expand Down

0 comments on commit 110f35d

Please sign in to comment.