Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples can't run correctly #7

Closed
Dknightsure opened this issue Mar 6, 2018 · 2 comments
Closed

Examples can't run correctly #7

Dknightsure opened this issue Mar 6, 2018 · 2 comments

Comments

@Dknightsure
Copy link

Dknightsure commented Mar 6, 2018

Hey,

I found some problems when I run the examples that used iflow in your source code.

Maybe your wepack config files in example dir need to make some changes.

module.exports = {
  entry: ['babel-polyfill', './index.js'],
  output: {
    filename: "bundle.js",
  },
  module: {
    loaders: [
      {
        test: /\.js|\.jsx/,
        exclude: /node_modules/,
        loader: "babel-loader",
      }
    ]
  },
};

Nice library.
Happy to communicate with you, good day.

@unadlib
Copy link
Owner

unadlib commented Mar 6, 2018

Thank you for your feedback, can you tell me your execution environment and error log? My new local environment seems to be fine. I hope you like iFlow.

@Dknightsure
Copy link
Author

node 8.1.4
npm 5.5.1

@unadlib unadlib closed this as completed Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants