iflow icon indicating copy to clipboard operation
iflow copied to clipboard

Examples can't run correctly

Open Dknightsure opened this issue 7 years ago • 2 comments

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.

Dknightsure avatar Mar 06 '18 05:03 Dknightsure

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.

unadlib avatar Mar 06 '18 16:03 unadlib

node 8.1.4 npm 5.5.1

Dknightsure avatar Mar 07 '18 02:03 Dknightsure