mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Swap chiraviz to use dist for building.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<%
|
||||
app_root = h.url_for("/static/plugins/visualizations/chiraviz/static/")
|
||||
app_root = h.url_for("/static/plugins/visualizations/chiraviz/static/dist/")
|
||||
%>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
@@ -8,7 +8,7 @@ module.exports = {
|
||||
entry: "./src/index.js",
|
||||
output: {
|
||||
filename: "script.js",
|
||||
path: path.resolve(__dirname, "static")
|
||||
path: path.resolve(__dirname, "static/dist")
|
||||
},
|
||||
plugins: [
|
||||
new MiniCssExtractPlugin(),
|
||||
|
||||
Reference in New Issue
Block a user