Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
8be70d1fc9140fc70e1198d01063586b23f0fc60
/
webpack.config.js
8be70d1
Adding a make entry for a dev mode. Cleaning up some unused variables, moving some vars to be vars so i can move paths easier
by jaredwy
· 7 years ago
06827d3
Point vs for require calls at node modules, rather than the copied monaco. It adds some complexity around how we load monaco, but that already exists this is better than the three alternatives. Use post-install to copy the files into static, use a shell script to copy using the webpack shell plugin to copy before monaco runs and finally do it manually
by jaredwy
· 7 years ago
1fb351b
Adding a path to the right vs
by jaredwy
· 7 years ago
094e223
moving vs into the static directory instead of the main directory
by jaredwy
· 7 years ago
70556a6
first pass at using webpack/yarn rather than bower and require.js
by jaredwy
· 7 years ago