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

Webpack 3 #60

Merged
merged 7 commits into from
Oct 19, 2017
Merged

Webpack 3 #60

merged 7 commits into from
Oct 19, 2017

Conversation

yesmeck
Copy link
Member

@yesmeck yesmeck commented Oct 11, 2017

  1. remove atool-build
  2. webpack 3
  3. babel-preset-env
  4. upgrade all denpendencies

return require.resolve(`babel-preset-${name}`);
})),
presets: [
require.resolve('babel-preset-react'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个好像不需要也可以的。。

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

要的吧,哪个里包含这个了?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

试了下是需要的。

lib/gulpfile.js Outdated
@@ -31,18 +32,31 @@ const libDir = path.join(cwd, 'lib');
const esDir = path.join(cwd, 'es');

function dist(done) {
console.log(require.resolve('webpack'));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug 代码删除下?

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

Successfully merging this pull request may close these issues.

None yet

2 participants