Skip to content

Commit

Permalink
Fix build for packages + make demo private
Browse files Browse the repository at this point in the history
  • Loading branch information
wbobeirne committed Jun 5, 2021
1 parent 19fc44a commit f4625f0
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "react-webln-fallback-demo",
"private": true,
"version": "0.2.0",
"main": "index.js",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion packages/react-webln-fallback-antd/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
},
resolve: {
extensions: ['.ts', '.tsx', '.js', '.mjs', '.json'],
modules: [path.join(__dirname, 'node_modules')],
},
plugins: [
new webpack.DefinePlugin({
Expand Down
1 change: 0 additions & 1 deletion packages/react-webln-fallback-bootstrap/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
},
resolve: {
extensions: ['.ts', '.tsx', '.js', '.mjs', '.json'],
modules: [path.join(__dirname, 'node_modules')],
},
plugins: [
new webpack.DefinePlugin({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
},
resolve: {
extensions: ['.ts', '.tsx', '.js', '.mjs', '.json'],
modules: [path.join(__dirname, 'node_modules')],
},
plugins: [
new webpack.DefinePlugin({
Expand Down
1 change: 0 additions & 1 deletion packages/react-webln-fallback-reactstrap/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
},
resolve: {
extensions: ['.ts', '.tsx', '.js', '.mjs', '.json'],
modules: [path.join(__dirname, 'node_modules')],
},
plugins: [
new webpack.DefinePlugin({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
},
resolve: {
extensions: ['.ts', '.tsx', '.js', '.mjs', '.json'],
modules: [path.join(__dirname, 'node_modules')],
},
plugins: [
new webpack.DefinePlugin({
Expand Down

0 comments on commit f4625f0

Please sign in to comment.