Skip to content

Commit

Permalink
Correct build to work for all
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Jul 31, 2023
1 parent 4faf3ef commit 630cd74
Show file tree
Hide file tree
Showing 4 changed files with 6,000 additions and 8,067 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# last modified: 29 July 2023
registry=https://registry.npmjs.org
; Set a new registry for a scoped package
#@formio/premium=nexus.tools.services.qld.gov.au/nexus/repository/npm_all/
# @@formio/premium=nexus.tools.services.qld.gov.au/nexus/repository/npm_all/
7 changes: 4 additions & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ module.exports = {
options: {},
},
staticDirs: [
"static",
"../lib",
{ from: "../src/stories/assets", to: "./assets" }],
"static",
"../lib",
{ from: "../src/stories/assets", to: "./assets" },
],
webpackFinal: async (config) => {
// placeholder for custom webpack settings for storybook
// config.externals = { ...config.externals, formiojs: "formiojs" };
Expand Down
Loading

0 comments on commit 630cd74

Please sign in to comment.