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

deprecation error #10

Closed
yocontra opened this issue Jul 11, 2018 · 2 comments
Closed

deprecation error #10

yocontra opened this issue Jul 11, 2018 · 2 comments

Comments

@yocontra
Copy link
Contributor

(node:13210) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
    at WebpackGoogleCloudStoragePlugin.apply (/Users/contra/Projects/staeco/node_modules/webpack-google-cloud-storage-plugin/dist/webpack-google-cloud-storage-plugin.js:218:17)
    at webpack (/Users/contra/Projects/staeco/node_modules/webpack/lib/webpack.js:37:12)
    at Object.<anonymous> (/Users/contra/Projects/staeco/bin/build/cli.js:17:18)
    at Module._compile (internal/modules/cjs/loader.js:702:30)
    at loader (/Users/contra/Projects/staeco/node_modules/babel-register/lib/node.js:144:5)
    at Object.require.extensions.(anonymous function) [as .js] (/Users/contra/Projects/staeco/node_modules/babel-register/lib/node.js:154:7)
    at Module.load (internal/modules/cjs/loader.js:612:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
    at Function.Module._load (internal/modules/cjs/loader.js:543:3)
    at Module.require (internal/modules/cjs/loader.js:650:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (/Users/contra/Projects/staeco/bin/build/index.js:2:18)
    at Module._compile (internal/modules/cjs/loader.js:702:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
    at Module.load (internal/modules/cjs/loader.js:612:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
    at Function.Module._load (internal/modules/cjs/loader.js:543:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:744:10)
    at startup (internal/bootstrap/node.js:240:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:564:3)

just a heads up ^ looks like the latest webpack just started doing this today

@yocontra
Copy link
Contributor Author

@syndbg Would you take a PR to fix this?

@syndbg
Copy link
Owner

syndbg commented Aug 31, 2018

@contra Accepting help. Currently I'm very detached from the webpack community and will need a significant time to catch up on their API changes :/

@syndbg syndbg closed this as completed in f29b621 Aug 31, 2018
syndbg added a commit that referenced this issue Aug 31, 2018
fixes webpack deprecation - closes #10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants