Merge branch 'core-vue-bootstrap' of https://github.com/nasa/openmct into core-vue-bootstrap

This commit is contained in:
charlesh88 2018-08-08 15:15:21 -07:00
commit fe2667285e

View File

@ -29,7 +29,7 @@ const webpackConfig = {
"snow": path.join(__dirname, "src/styles/theme-snow.scss"),
"vue": path.join(__dirname, "node_modules/vue/dist/vue.min.js"),
"d3-scale": path.join(__dirname, "node_modules/d3-scale/build/d3-scale.min.js"),
"constants-global": path.join(__dirname, "src/styles-new/_constants.scss")
"styles": path.join(__dirname, "src/styles-new")
}
},
devtool: devMode ? 'eval-source-map' : 'source-map',