Skip to content

Instantly share code, notes, and snippets.

@tscpp

tscpp/config.ts Secret

Created September 27, 2020 14:04
Show Gist options
  • Save tscpp/48d8ff4e67131d94399cb2f06dab6d87 to your computer and use it in GitHub Desktop.
Save tscpp/48d8ff4e67131d94399cb2f06dab6d87 to your computer and use it in GitHub Desktop.
requirejs.config({
baseUrl: '/',
paths: {
'knockout': '/node_modules/knockout/build/output/knockout-latest',
'text': '/node_modules/text/text'
},
waitSeconds: 3
});
requirejs(['text', 'index']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment