Switched client from submodule to included
This commit is contained in:
commit
98819403b3
68 changed files with 22018 additions and 5 deletions
15
openflexure_microscope/api/static/vue.config.js
Normal file
15
openflexure_microscope/api/static/vue.config.js
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
var webpack = require("webpack");
|
||||
|
||||
module.exports = {
|
||||
configureWebpack: {
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
"process.env": {
|
||||
PACKAGE: JSON.stringify(require("./package.json"))
|
||||
}
|
||||
})
|
||||
]
|
||||
},
|
||||
|
||||
publicPath: ""
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue